DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_EXPENDITURES_UTILS

Line 5851: pa_debug.g_err_stage:='pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id):' || pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id);

5847:
5848: l_organization_id_tbl(u_index) := pa_task_assignments_pvt.pfnum(C_Res_Asgmt_Data_Rec.Organization_Id);
5849:
5850: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
5851: pa_debug.g_err_stage:='pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id):' || pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id);
5852: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
5853: END IF;
5854:
5855: l_organization_name_tbl(u_index) := pa_task_assignments_pvt.pfchar(pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id));

Line 5855: l_organization_name_tbl(u_index) := pa_task_assignments_pvt.pfchar(pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id));

5851: pa_debug.g_err_stage:='pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id):' || pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id);
5852: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
5853: END IF;
5854:
5855: l_organization_name_tbl(u_index) := pa_task_assignments_pvt.pfchar(pa_expenditures_utils.GetOrgTlName(C_Res_Asgmt_Data_Rec.Organization_Id));
5856:
5857:
5858: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
5859: pa_debug.g_err_stage:='C_Res_Asgmt_Data_Rec.fc_res_type_Code:' || C_Res_Asgmt_Data_Rec.fc_res_type_Code;