DBA Data[Home] [Help]

APPS.IGC_CC_COMMON_UTILS_PVT dependencies on PO_LINES_ALL

Line 77: x_po_line_id po_lines_all.po_line_id%type,

73:
74: FUNCTION DATE_IS_VALID(x_form_name VARCHAR2,
75: x_gl_date gl_period_statuses.start_date%type,
76: x_po_header_id po_headers_all.po_header_id%type,
77: x_po_line_id po_lines_all.po_line_id%type,
78: x_line_location_id po_line_locations_all.line_location_id%type,
79: x_po_distribution_id po_distributions_all.po_distribution_id%type,
80: x_po_dist_num po_distributions_all.distribution_num%type,
81: x_shipment_num po_line_locations_all.shipment_num%type,

Line 82: x_line_num po_lines_all.line_num%type)

78: x_line_location_id po_line_locations_all.line_location_id%type,
79: x_po_distribution_id po_distributions_all.po_distribution_id%type,
80: x_po_dist_num po_distributions_all.distribution_num%type,
81: x_shipment_num po_line_locations_all.shipment_num%type,
82: x_line_num po_lines_all.line_num%type)
83: RETURN BOOLEAN;
84:
85:
86: