DBA Data[Home] [Help]

APPS.PO_RELEASES_SV4 dependencies on PO_LINE_LOCATIONS_PKG_S3

Line 44: po_line_locations_pkg_s3.select_summary(X_release_id); */

40: /* Bug#2567391 : Replaced the following call which gets the release header
41: total with the above call to handle the rounding problem in running
42: total implementation. Commenting the following call
43: X_rel_total :=
44: po_line_locations_pkg_s3.select_summary(X_release_id); */
45:
46:
47: --
48: PO_CORE_S.should_display_reserved(

Line 67: X_ship_num := po_line_locations_pkg_s3.get_max_shipment_num(NULL,

63: INTO X_ship_via_lookup_code
64: FROM po_headers
65: WHERE po_header_id = X_po_header_id;
66:
67: X_ship_num := po_line_locations_pkg_s3.get_max_shipment_num(NULL,
68: X_release_id,
69: X_release_type);
70:
71: --< Bug 3378554 Start >