DBA Data[Home] [Help]

APPS.GME_CANCEL_STEP_PVT dependencies on GME_COMMON_PVT

Line 45: l_resource_tab gme_common_pvt.number_tab;

41: ,x_batch_step_rec OUT NOCOPY gme_batch_steps%ROWTYPE
42: ,x_return_status OUT NOCOPY VARCHAR2)
43: IS
44: /* Miscellaneous */
45: l_resource_tab gme_common_pvt.number_tab;
46: l_api_name VARCHAR2 (20) := 'Cancel_step';
47: /* Exception definitions */
48: invalid_step_status EXCEPTION;
49: batch_step_upd_err EXCEPTION;

Line 52: l_resource_txns_tab gme_common_pvt.resource_transactions_tab;

48: invalid_step_status EXCEPTION;
49: batch_step_upd_err EXCEPTION;
50: resource_txns_gtmp_del_err EXCEPTION;
51: l_resource_txns gme_resource_txns_gtmp%ROWTYPE;
52: l_resource_txns_tab gme_common_pvt.resource_transactions_tab;
53:
54: CURSOR cur_get_resource_ids (v_batchstep_id NUMBER)
55: IS
56: SELECT batchstep_resource_id