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.9 2010/10/19 03:36:54 vthevark ship $*/
3:
4:
5:

Line 335: RCV_DISTRIBUTIONS_S.get_misc_distr_info (

331:
332: --
333: x_progress := '028';
334:
335: RCV_DISTRIBUTIONS_S.get_misc_distr_info (
336: x_return_status => l_status,
337: p_line_location_id => x_line_location_id,
338: p_po_distribution_id => NULL,
339: x_kanban_card_number => x_kanban_card_number,

Line 391: PROCEDURE NAME: test_rcv_distributions_s

387: END get_distributions_info;
388:
389: /*===========================================================================
390:
391: PROCEDURE NAME: test_rcv_distributions_s
392:
393: ===========================================================================*/
394:
395: PROCEDURE test_rcv_distributions_s

Line 395: PROCEDURE test_rcv_distributions_s

391: PROCEDURE NAME: test_rcv_distributions_s
392:
393: ===========================================================================*/
394:
395: PROCEDURE test_rcv_distributions_s
396: (X_line_location_id IN NUMBER,
397: X_shipment_line_id IN NUMBER,
398: X_item_id IN NUMBER ) IS
399:

Line 440: -- RCV_DISTRIBUTIONS_S.get_distributions_info

436: -- used anywhere, and the package will not compile if we do not remove
437: -- the call.
438:
439: NULL;
440: -- RCV_DISTRIBUTIONS_S.get_distributions_info
441: -- (X_line_location_id, X_shipment_line_id, X_item_id,
442: -- X_num_of_distributions,
443: -- X_po_distributions_id, X_destination_type_code, X_destination_type_dsp,
444: -- X_deliver_to_location_id, X_deliver_to_location,

Line 507: END test_rcv_distributions_s;

503: X_department);
504: dbms_output.put_line('X_rate: ' || to_char(x_rate));
505: dbms_output.put_line('X_rate_date: ' || to_char(x_rate_date,'dd-mon-yyyy'));
506: */
507: END test_rcv_distributions_s;
508:
509:
510: --
511:

Line 938: END RCV_DISTRIBUTIONS_S;

934: END get_misc_req_distr_info;
935:
936: --
937:
938: END RCV_DISTRIBUTIONS_S;