DBA Data[Home] [Help]

APPS.RCV_DISTRIBUTIONS_S dependencies on RCV_DISTRIBUTIONS_S

Line 1: PACKAGE BODY RCV_DISTRIBUTIONS_S AS

1: PACKAGE BODY RCV_DISTRIBUTIONS_S AS
2: /* $Header: RCVTXDIB.pls 120.5 2006/07/10 07:09:12 srnatara noship $*/
3:
4:
5:

Line 284: RCV_DISTRIBUTIONS_S.get_misc_distr_info (

280:
281: --
282: x_progress := '028';
283:
284: RCV_DISTRIBUTIONS_S.get_misc_distr_info (
285: x_return_status => l_status,
286: p_line_location_id => x_line_location_id,
287: p_po_distribution_id => NULL,
288: x_kanban_card_number => x_kanban_card_number,

Line 340: PROCEDURE NAME: test_rcv_distributions_s

336: END get_distributions_info;
337:
338: /*===========================================================================
339:
340: PROCEDURE NAME: test_rcv_distributions_s
341:
342: ===========================================================================*/
343:
344: PROCEDURE test_rcv_distributions_s

Line 344: PROCEDURE test_rcv_distributions_s

340: PROCEDURE NAME: test_rcv_distributions_s
341:
342: ===========================================================================*/
343:
344: PROCEDURE test_rcv_distributions_s
345: (X_line_location_id IN NUMBER,
346: X_shipment_line_id IN NUMBER,
347: X_item_id IN NUMBER ) IS
348:

Line 389: -- RCV_DISTRIBUTIONS_S.get_distributions_info

385: -- used anywhere, and the package will not compile if we do not remove
386: -- the call.
387:
388: NULL;
389: -- RCV_DISTRIBUTIONS_S.get_distributions_info
390: -- (X_line_location_id, X_shipment_line_id, X_item_id,
391: -- X_num_of_distributions,
392: -- X_po_distributions_id, X_destination_type_code, X_destination_type_dsp,
393: -- X_deliver_to_location_id, X_deliver_to_location,

Line 456: END test_rcv_distributions_s;

452: X_department);
453: dbms_output.put_line('X_rate: ' || to_char(x_rate));
454: dbms_output.put_line('X_rate_date: ' || to_char(x_rate_date,'dd-mon-yyyy'));
455: */
456: END test_rcv_distributions_s;
457:
458:
459: --
460:

Line 887: END RCV_DISTRIBUTIONS_S;

883: END get_misc_req_distr_info;
884:
885: --
886:
887: END RCV_DISTRIBUTIONS_S;