Projects - EBS (MOSC)

MOSC Banner

Add multiple tasks to a project

edited Jan 13, 2011 3:54AM in Projects - EBS (MOSC) 1 commentAnswered
Hi all,
I have a problem to create multiple tasks to a project (to begin); I have this error at the end for example :
"error mesg Project: 'FR06STAD_SVG1';Task:'HS ACH.Amortissement-HS ACH.Amortissement'
Parent tasks must be specified before the child tasks.
"

My code is :

PROCEDURE DTEA_LOAD_REP_PJT_TSK(errbuf_ OUT VARCHAR2, retcode_ OUT NUMBER)
IS
    user_id_                        NUMBER;
    l_resp_id                       NUMBER;
    l_resp_appl_id                  NUMBER;
    rejection_group_id_             NUMBER;
    p_debug_flag                    CHAR := 'Y';
     
    l_date_deb_task                 DATE;
    l_date_fin_task                 DATE;
    l_cross_charge                  VARCHAR2(1);
    l_direct_flag                   VARCHAR2(1);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center