DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on SUB_TASK

Line 7: --type sub_task is table of task_rec;

3:
4: --Global variable to store project id and structure version id
5: g_Struc_Ver_Id NUMBER := NULL;
6:
7: --type sub_task is table of task_rec;
8:
9: PROCEDURE SetGlobalStrucVerId (p_structure_version_id IN NUMBER);
10:
11: FUNCTION GetGlobalStrucVerId RETURN NUMBER;

Line 523: FUNCTION GET_SUB_TASK_VERSION_ID(p_task_version_id IN number)

519: --
520: FUNCTION check_deliv_in_hie_upd(p_task_version_id IN number)
521: RETURN NUMBER;
522: --
523: FUNCTION GET_SUB_TASK_VERSION_ID(p_task_version_id IN number)
524: RETURN NUMBER;
525: --
526: --
527: -- FUNCTION check_pa_lookup_exists

Line 601: RETURN sub_task;

597: FUNCTION get_task_hierarchy(
598: p_project_id IN NUMBER,
599: p_task_id IN NUMBER
600: )
601: RETURN sub_task;
602:
603: --Function to check if the given task is the lowest task at the project level
604: --ie If there are linked tasks under the child task in a program then the subproject
605: -- will not be included in the check.