DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on WIP_COMPONENT_TBL_T

Line 96: x_compTbl out NOCOPY system.wip_component_tbl_t,

92: p_altRoutDesig in varchar2,
93: /* Fix for bug#4538135 */ p_txnFlag in boolean default true,
94: /* Fix for bug#5262858 */ p_defaultPushSubinv in varchar2 default null,
95: /* added for bug 5332615 */ p_unitNumber in varchar2 DEFAULT '',
96: x_compTbl out NOCOPY system.wip_component_tbl_t,
97: x_returnStatus out NOCOPY varchar2);
98:
99:
100: /**