DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_ALTERNATE_TASK_PVT

Line 3012: IF PA_ALTERNATE_TASK_PVT.Is_Cbs_Enabled(G_project_id) = 'Y' THEN

3008: -- ===================================================================
3009: -- Validation specific to Cost codes for CBS enabled projects
3010: -- ===================================================================
3011:
3012: IF PA_ALTERNATE_TASK_PVT.Is_Cbs_Enabled(G_project_id) = 'Y' THEN
3013:
3014: IF P_cbs_element_id is not null THEN
3015:
3016: G_Cbs_Element_Id := P_cbs_element_id;

Line 3023: PA_ALTERNATE_TASK_PVT.Is_Cost_Element_Valid(G_Cbs_Element_Id,

3019: pa_debug.G_err_stage := 'Validating the cost code id';
3020: log_message('log_message: ' || pa_debug.G_err_Stage);
3021: END IF;
3022:
3023: PA_ALTERNATE_TASK_PVT.Is_Cost_Element_Valid(G_Cbs_Element_Id,
3024: G_task_id,
3025: G_project_id,
3026: temp_msg_type,
3027: temp_status,

Line 3057: PA_ALTERNATE_TASK_PVT.Is_Cost_Code_Valid(P_cbs_element_name,

3053: pa_debug.G_err_stage := 'Validating the cost code name';
3054: log_message('log_message: ' || pa_debug.G_err_Stage);
3055: END IF;
3056:
3057: PA_ALTERNATE_TASK_PVT.Is_Cost_Code_Valid(P_cbs_element_name,
3058: G_task_id,
3059: G_project_id,
3060: temp_msg_type,
3061: temp_status,