DBA Data[Home] [Help]

APPS.PO_DOC_NUMBERING_PKG dependencies on PON_AUCTION_HEADERS_ALL

Line 2092: FROM pon_auction_headers_all

2088:
2089: IF x_document_number IS NULL THEN
2090:
2091: SELECT document_number INTO x_base_doc_number
2092: FROM pon_auction_headers_all
2093: WHERE auction_header_id = p_base_auction_header_id;
2094:
2095:
2096: OPEN C;

Line 4120: FROM pon_auction_headers_all

4116: IF(x_base_doc_number is NULL AND x_control_char IS NULL AND
4117: x_serial_number IS NULL AND x_document_number IS null) THEN
4118:
4119: SELECT document_number INTO x_base_doc_number
4120: FROM pon_auction_headers_all
4121: WHERE auction_header_id = p_base_auction_header_id;
4122:
4123: x_control_char := 'C';
4124: x_delimiter := '-';