DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on RCV_GARBAGE_COLLECTOR_SV

Line 56: rcv_garbage_collector_sv.collect_garbage(x_request_id, x_group_id);

52: asn_debug.put_line('Calling the Garbage collector');
53: END IF;
54:
55: -- bug2626270 - pass x_group_id into collect_garbage procedure also
56: rcv_garbage_collector_sv.collect_garbage(x_request_id, x_group_id);
57:
58: IF (g_asn_debug = 'Y') THEN
59: asn_debug.put_line('Enter shipment object create');
60: END IF;