DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on WIP_COMPONENT_TBL_T

Line 738: l_compTbl system.wip_component_tbl_t;

734: p_txnBatchSeq in number := null,
735: /* Fix for bug#5262858 */ p_defaultPushSubinv in varchar2 default null,
736: x_returnStatus out NOCOPY varchar2,
737: /* Fix for bug 5630078 */ x_nontxn_excluded out NOCOPY varchar2) is
738: l_compTbl system.wip_component_tbl_t;
739: l_count number;
740: l_childTxnTypeID number;
741: l_childTxnActionID number;
742: l_insertPhantom number := WIP_CONSTANTS.NO;

Line 2002: x_compTbl out nocopy system.wip_component_tbl_t,

1998: p_altRoutDesig in varchar2,
1999: /* Fix for bug#4538135 */ p_txnFlag in boolean default true,
2000: /* Fix for bug#5262858 */ p_defaultPushSubinv in varchar2 default null,
2001: /* added for bug 5332615 */ p_unitNumber in varchar2 DEFAULT '',
2002: x_compTbl out nocopy system.wip_component_tbl_t,
2003: x_returnStatus out nocopy varchar2) is
2004: l_numOfComp number;
2005: l_count number := 1;
2006: l_returnStatus varchar2(1);

Line 2307: l_compTbl system.wip_component_tbl_t;

2303: p_taskID in number,
2304: p_toOpSeqNum in number,
2305: p_altRoutDesig in varchar2,
2306: x_returnStatus out nocopy varchar2) is
2307: l_compTbl system.wip_component_tbl_t;
2308: l_count number;
2309:
2310: l_childTxnTypeID number;
2311: l_childTxnActionID number;