DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on WIP_CONSTANTS

Line 2438: AND wip_constants.dmf_patchset_level <

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: )
2441: THEN
2442: wip_mtltempproc_grp.processtemp

Line 2439: wip_constants.dmf_patchset_j_value

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: )
2441: THEN
2442: wip_mtltempproc_grp.processtemp
2443: (p_initmsglist => fnd_api.g_false

Line 2754: AND wip_constants.dmf_patchset_level >=

2750: /*else call a new new API wip_mti_pub.preInvWIPProcessing()
2751: /* This has to be called before validate_group()
2752: /* we should retain create_flow sch for WIP I and below.*/
2753: IF ( l_srctypeid = 5
2754: AND wip_constants.dmf_patchset_level >=
2755: wip_constants.dmf_patchset_j_value
2756: )
2757: THEN
2758: -- Pawan Added following changes for gme- convergence

Line 2755: wip_constants.dmf_patchset_j_value

2751: /* This has to be called before validate_group()
2752: /* we should retain create_flow sch for WIP I and below.*/
2753: IF ( l_srctypeid = 5
2754: AND wip_constants.dmf_patchset_level >=
2755: wip_constants.dmf_patchset_j_value
2756: )
2757: THEN
2758: -- Pawan Added following changes for gme- convergence
2759: IF l_wip_entity_type = 10 THEN

Line 4511: AND wip_constants.dmf_patchset_level <

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 <
4512: wip_constants.dmf_patchset_j_value
4513: )
4514: THEN
4515: wip_mtltempproc_grp.processtemp

Line 4512: wip_constants.dmf_patchset_j_value

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 <
4512: wip_constants.dmf_patchset_j_value
4513: )
4514: THEN
4515: wip_mtltempproc_grp.processtemp
4516: (p_initmsglist => fnd_api.g_false