DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on GME_COMMON_PVT

Line 433: if (gme_common_pvt.setup(p_org_id => p_org_id, p_org_code => p_org_code)) then

429: l_batch_record gme_batch_header%rowtype;
430: l_rsrc_row_count number;
431: BEGIN
432:
433: if (gme_common_pvt.setup(p_org_id => p_org_id, p_org_code => p_org_code)) then
434: x_return_status := 'S';
435: else
436: x_return_status := 'E';
437: end if;

Line 1052: l_mtl_lot_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;

1048: IS
1049:
1050: l_mtl_txn_rec mtl_transactions_interface%ROWTYPE;
1051: l_mtl_lot_rec mtl_transaction_lots_interface%ROWTYPE;
1052: l_mtl_lot_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;
1053:
1054: BEGIN
1055: l_mtl_txn_rec.TRANSACTION_INTERFACE_ID := p_mtl_txn_rec(1);
1056: l_mtl_txn_rec.TRANSACTION_TYPE_ID := p_mtl_txn_rec(2);

Line 1118: l_mtl_lot_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;

1114: IS
1115:
1116: l_mtl_txn_rec mtl_transactions_interface%ROWTYPE;
1117: l_mtl_lot_rec mtl_transaction_lots_interface%ROWTYPE;
1118: l_mtl_lot_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;
1119:
1120: BEGIN
1121:
1122: l_mtl_txn_rec.TRANSACTION_INTERFACE_ID := p_mtl_txn_rec(1);

Line 1186: l_mtl_lot_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;

1182: IS
1183:
1184: l_mtl_txn_rec mtl_transactions_interface%ROWTYPE;
1185: l_mtl_lot_rec mtl_transaction_lots_interface%ROWTYPE;
1186: l_mtl_lot_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;
1187:
1188: BEGIN
1189:
1190: l_mtl_txn_rec.TRANSACTION_INTERFACE_ID := p_mtl_txn_rec(1);