DBA Data[Home] [Help]

APPS.PA_DELIVERABLE_PUB dependencies on OKE_AMG_GRP

Line 165: l_dlv_rec oke_amg_grp.dlv_rec_type;

161: l_status_code Pa_task_types.initial_status_code%TYPE := NULL;
162:
163:
164: l_item_dlv VARCHAR2(1) := NULL;
165: l_dlv_rec oke_amg_grp.dlv_rec_type;
166:
167: l_project_number Pa_Projects_All.Segment1%TYPE;
168: l_task_number Pa_Proj_Elements.Name%TYPE;
169:

Line 672: oke_amg_grp.manage_dlv

668:
669: -- 3630378 changed parameter passing
670: -- passing l_master_inv_org_id instead of 0
671:
672: oke_amg_grp.manage_dlv
673: ( p_api_version => p_api_version
674: , p_init_msg_list => p_init_msg_list
675: , p_commit => FND_API.G_FALSE
676: , p_action => 'CREATE'

Line 688: Pa_Debug.WRITE(g_module_name,' Returned from oke_amg_grp.manage_dlv['||x_return_status||']',

684:
685: END IF;
686:
687: IF l_debug_mode = 'Y' THEN
688: Pa_Debug.WRITE(g_module_name,' Returned from oke_amg_grp.manage_dlv['||x_return_status||']',
689: l_debug_level3);
690: END IF;
691:
692: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 977: l_dlv_rec oke_amg_grp.dlv_rec_type;

973: , decode( p_currency_code , PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR , currency_code, p_currency_code) currency_code
974: FROM oke_deliverables_vl
975: WHERE source_deliverable_id = p_dlvr_version_id; -- 3749447 changed where clause condition from deliverable_number = p_dlvr_number to use deliverable ver id
976:
977: l_dlv_rec oke_amg_grp.dlv_rec_type;
978:
979: -- added for bug# 3651542
980: l_dlv_elem_ver_id PA_PROJ_ELEMENT_VERSIONS.ELEMENT_VERSION_ID%TYPE;
981: l_master_inv_org_id PA_PLAN_RES_DEFAULTS.item_master_id%TYPE;

Line 1324: -- then oke_amg_grp.manage_dlv is not required to be called.

1320:
1321: -- Bug 7562076
1322: -- Added code to check if we are passing any input parameters to override the existing data present
1323: -- in oke tables.If we are not passing or if we are passing the values which are present in system
1324: -- then oke_amg_grp.manage_dlv is not required to be called.
1325:
1326: l_manage_dlv_flag := 'Y';
1327:
1328: IF (l_item_id IS NULL AND l_inventory_org_id IS NULL AND l_quantity IS NULL AND l_uom_code IS NULL AND

Line 1379: oke_amg_grp.manage_dlv

1375: ,x_msg_data => l_msg_data
1376: ,x_msg_count => l_msg_count
1377: );
1378:
1379: oke_amg_grp.manage_dlv
1380: ( p_api_version => p_api_version
1381: , p_init_msg_list => p_init_msg_list
1382: , p_commit => FND_API.G_FALSE
1383: , p_action => 'UPDATE'