DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on PO_AUTOCREATE_TYPES

Line 29: procedure create_shipment_draft (p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type);

25: None
26: Caller of the Procedure:
27: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
28: ==============================================================================*/
29: procedure create_shipment_draft (p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type);
30:
31:
32: -------------------------------------------------------------------------------
33: --Start of Comments

Line 53: procedure create_payitem_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type);

49: --Testing:
50: -- None
51: --End of Comments
52: ---------------------------------------------------------------------------
53: procedure create_payitem_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type);
54:
55:
56:
57: /* ============================================================================

Line 77: procedure create_pricebreak_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type);

73: None
74: Caller of the Procedure:
75: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
76: ==============================================================================*/
77: procedure create_pricebreak_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type);
78:
79: /* ============================================================================
80: Name: update_req_lines
81: Pre-reqs:

Line 100: PROCEDURE update_req_lines( p_lines IN PO_AUTOCREATE_TYPES.lines_rec_type );

96: None
97: Caller of the Procedure:
98: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
99: ==============================================================================*/
100: PROCEDURE update_req_lines( p_lines IN PO_AUTOCREATE_TYPES.lines_rec_type );
101:
102: END PO_AUTO_LINE_LOC_PROCESS_PVT;