DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on WIP_COMPONENT_TBL_T

Line 707: l_compTbl system.wip_component_tbl_t;

703: p_txnBatchSeq in number := null,
704: /* Fix for bug#5262858 */ p_defaultPushSubinv in varchar2 default null,
705: x_returnStatus out NOCOPY varchar2,
706: /* Fix for bug 5630078 */ x_nontxn_excluded out NOCOPY varchar2) is
707: l_compTbl system.wip_component_tbl_t;
708: l_count number;
709: l_childTxnTypeID number;
710: l_childTxnActionID number;
711: l_insertPhantom number := WIP_CONSTANTS.NO;

Line 1969: x_compTbl out nocopy system.wip_component_tbl_t,

1965: p_altRoutDesig in varchar2,
1966: /* Fix for bug#4538135 */ p_txnFlag in boolean default true,
1967: /* Fix for bug#5262858 */ p_defaultPushSubinv in varchar2 default null,
1968: /* added for bug 5332615 */ p_unitNumber in varchar2 DEFAULT '',
1969: x_compTbl out nocopy system.wip_component_tbl_t,
1970: x_returnStatus out nocopy varchar2) is
1971: l_numOfComp number;
1972: l_count number := 1;
1973: l_returnStatus varchar2(1);

Line 2268: l_compTbl system.wip_component_tbl_t;

2264: p_taskID in number,
2265: p_toOpSeqNum in number,
2266: p_altRoutDesig in varchar2,
2267: x_returnStatus out nocopy varchar2) is
2268: l_compTbl system.wip_component_tbl_t;
2269: l_count number;
2270:
2271: l_childTxnTypeID number;
2272: l_childTxnActionID number;