DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on WIP_MTLTEMPPROC_GRP

Line 2436: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/

2432: -- API does the WIP pre-processing before calling
2433: --process_lpn_trx
2434: /** WIP J dev condition. Add another condtion in the if
2435: /* statement below. if WIP.J is not installed call
2436: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/
2437: IF ( l_srctypeid = 5
2438: AND wip_constants.dmf_patchset_level <
2439: wip_constants.dmf_patchset_j_value
2440: )

Line 2442: wip_mtltempproc_grp.processtemp

2438: AND wip_constants.dmf_patchset_level <
2439: wip_constants.dmf_patchset_j_value
2440: )
2441: THEN
2442: wip_mtltempproc_grp.processtemp
2443: (p_initmsglist => fnd_api.g_false
2444: , p_processinv => fnd_api.g_true
2445: , -- call INV TM after WIP logic
2446: p_txnhdrid => l_header_id

Line 4507: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/

4503: END IF;
4504:
4505: /*WIP J-dev Add another condtion in the if
4506: /* statement below. if WIP.J is not installed call
4507: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/
4508: -- If transactions are of type WIP, then call the WIP API. This
4509: -- API does the WIP pre-processing before calling process_lpn_trx
4510: IF ( l_srctypeid = 5
4511: AND wip_constants.dmf_patchset_level <

Line 4515: wip_mtltempproc_grp.processtemp

4511: AND wip_constants.dmf_patchset_level <
4512: wip_constants.dmf_patchset_j_value
4513: )
4514: THEN
4515: wip_mtltempproc_grp.processtemp
4516: (p_initmsglist => fnd_api.g_false
4517: , p_processinv => fnd_api.g_true
4518: , -- call INV TM after WIP logic
4519: p_txnhdrid => l_header_id