DBA Data[Home] [Help]

APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on DBMS_SQL

Line 56: -- IN : p_interface_header_id IN DBMS_SQL.NUMBER_TABLE

52: -- icx_cat_r12_upgrade. This procedure is
53: -- called by purchasing when a po_header_id is stamped
54: -- in PO_HEADERS_INTERFACE
55: -- * Parameters :
56: -- IN : p_interface_header_id IN DBMS_SQL.NUMBER_TABLE
57: -- Required
58: -- Corresponds to the column INTERFACE_HEADER_ID in
59: -- the table PO_HEADERS_INTERFACE, and identifies the
60: -- interface_header_ids which has been updated with

Line 71: ( p_interface_header_id IN DBMS_SQL.NUMBER_TABLE

67: -- Notes : None.
68: --
69: -- End of comments
70: PROCEDURE updatePOHeaderId
71: ( p_interface_header_id IN DBMS_SQL.NUMBER_TABLE
72: );
73:
74: -- Start of comments
75: -- API name : updatePOLineId

Line 83: -- IN : p_interface_line_id IN DBMS_SQL.NUMBER_TABLE

79: -- icx_cat_r12_upgrade. This procedure is
80: -- called by purchasing when a po_line_id is stamped
81: -- in PO_LINES_INTERFACE
82: -- * Parameters :
83: -- IN : p_interface_line_id IN DBMS_SQL.NUMBER_TABLE
84: -- Required
85: -- Corresponds to the column INTERFACE_LINE_ID in
86: -- the table PO_LINES_INTERFACE, and identifies the
87: -- interface_line_ids which has been updated with

Line 98: ( p_interface_line_id IN DBMS_SQL.NUMBER_TABLE

94: -- Notes : None.
95: --
96: -- End of comments
97: PROCEDURE updatePOLineId
98: ( p_interface_line_id IN DBMS_SQL.NUMBER_TABLE
99: );
100:
101: -- Start of comments
102: -- API name : upgradeDefaultSortProfiles