DBA Data[Home] [Help]

APPS.PO_DIST_S dependencies on PO_DIST_S

Line 1: PACKAGE BODY PO_DIST_S as

1: PACKAGE BODY PO_DIST_S as
2: /* $Header: POXPOPDB.pls 120.1.12000000.2 2007/10/17 11:54:28 ppadilam ship $ */
3: /*======================== PO_DIST_S ====================================*/
4: /*===========================================================================
5: PROCEDURE NAME: test_get_total_dist_qty

Line 3: /*======================== PO_DIST_S ====================================*/

1: PACKAGE BODY PO_DIST_S as
2: /* $Header: POXPOPDB.pls 120.1.12000000.2 2007/10/17 11:54:28 ppadilam ship $ */
3: /*======================== PO_DIST_S ====================================*/
4: /*===========================================================================
5: PROCEDURE NAME: test_get_total_dist_qty
6: ===========================================================================*/
7: PROCEDURE test_get_total_dist_qty(X_po_line_location_id IN NUMBER) IS

Line 11: po_dist_s.get_total_dist_qty(X_po_line_location_id, X_total_quantitya);

7: PROCEDURE test_get_total_dist_qty(X_po_line_location_id IN NUMBER) IS
8: X_total_quantitya NUMBER;
9: BEGIN
10: -- dbms_output.put_line('before call');
11: po_dist_s.get_total_dist_qty(X_po_line_location_id, X_total_quantitya);
12:
13:
14: -- dbms_output.put_line('after call');
15: -- dbms_output.put_line(X_total_quantitya);

Line 52: X_val_dist := po_dist_s.val_distribution_exists(X_po_line_location_id);

48: PROCEDURE test_val_distribution_exists(X_po_line_location_id IN NUMBER) IS
49: X_val_dist BOOLEAN;
50: BEGIN
51: -- dbms_output.put_line('before call');
52: X_val_dist := po_dist_s.val_distribution_exists(X_po_line_location_id);
53:
54:
55: -- dbms_output.put_line('after call');
56: END test_val_distribution_exists;

Line 300: END PO_DIST_S;

296:
297: END val_approval_status;
298:
299:
300: END PO_DIST_S;