DBA Data[Home] [Help]

APPS.GMD_SPREADSHEET_UPDATE dependencies on GME_COMMON_PVT

Line 429: gme_common_pvt.set_timestamp;

425: FETCH Cur_get_batch INTO l_batch_row;
426: CLOSE Cur_get_batch;
427:
428: /*Lets initialize the gme variables */
429: gme_common_pvt.set_timestamp;
430: IF NOT gme_common_pvt.setup(P_org_id => l_batch_row.organization_id) THEN
431: RAISE error_setup;
432: END IF; /* IF NOT gme_api_pub.setup_done */
433:

Line 430: IF NOT gme_common_pvt.setup(P_org_id => l_batch_row.organization_id) THEN

426: CLOSE Cur_get_batch;
427:
428: /*Lets initialize the gme variables */
429: gme_common_pvt.set_timestamp;
430: IF NOT gme_common_pvt.setup(P_org_id => l_batch_row.organization_id) THEN
431: RAISE error_setup;
432: END IF; /* IF NOT gme_api_pub.setup_done */
433:
434: gmd_api_grp.fetch_parm_values(P_orgn_id => l_batch_row.organization_id,

Line 676: AND demand_source_type_id = gme_common_pvt.g_txn_source_type

672: SELECT *
673: FROM mtl_reservations e
674: WHERE demand_source_header_id = P_batch_id
675: AND demand_source_line_id = V_material_detail_id
676: AND demand_source_type_id = gme_common_pvt.g_txn_source_type
677: AND NOT EXISTS (SELECT 1
678: FROM gmd_material_details_gtmp g
679: WHERE parent_line_id = V_material_detail_id
680: AND line_type = 3