DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RA_NR_PROFILE_PVT

Line 6923: l_prof_res_req_tbl AHL_RA_NR_PROFILE_PVT.NRP_RES_REQ_TBL_TYPE;

6919: l_return_status VARCHAR2(1);
6920:
6921: l_stg_typ_res_tbl NRP_STG_TYP_RES_REQ_TBL_TYPE;
6922: l_stg_id_res_tbl NRP_STG_RES_REQ_TBL_TYPE;
6923: l_prof_res_req_tbl AHL_RA_NR_PROFILE_PVT.NRP_RES_REQ_TBL_TYPE;
6924: l_stg_typ_index VARCHAR2(30);
6925: l_stg_id_index NUMBER;
6926: l_res_id_index NUMBER;
6927: l_stg_workorder_rec PRD_WORKORDER_REC;

Line 7010: AHL_RA_NR_PROFILE_PVT.populate_prof_res_req

7006:
7007: /* Call NR profile API for this MR and get corresponding table containing
7008: * Resource Requirements for different Stage types.
7009: */
7010: AHL_RA_NR_PROFILE_PVT.populate_prof_res_req
7011: (
7012: p_mr_header_id => p_workorder_tbl(i).mr_header_id,
7013: p_instance_id => p_workorder_tbl(i).item_instance_id,
7014: p_ue_id => p_workorder_tbl(i).unit_effectivity_id,