DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on WIP_CONSTANTS

Line 2454: AND wip_constants.dmf_patchset_level <

2450: /** WIP J dev condition. Add another condtion in the if
2451: /* statement below. if WIP.J is not installed call
2452: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/
2453: IF ( l_srctypeid = 5
2454: AND wip_constants.dmf_patchset_level <
2455: wip_constants.dmf_patchset_j_value
2456: )
2457: THEN
2458: wip_mtltempproc_grp.processtemp

Line 2455: wip_constants.dmf_patchset_j_value

2451: /* statement below. if WIP.J is not installed call
2452: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/
2453: IF ( l_srctypeid = 5
2454: AND wip_constants.dmf_patchset_level <
2455: wip_constants.dmf_patchset_j_value
2456: )
2457: THEN
2458: wip_mtltempproc_grp.processtemp
2459: (p_initmsglist => fnd_api.g_false

Line 2798: AND wip_constants.dmf_patchset_level >=

2794: /*else call a new new API wip_mti_pub.preInvWIPProcessing()
2795: /* This has to be called before validate_group()
2796: /* we should retain create_flow sch for WIP I and below.*/
2797: IF ( l_srctypeid = 5
2798: AND wip_constants.dmf_patchset_level >=
2799: wip_constants.dmf_patchset_j_value
2800: )
2801: THEN
2802: -- Pawan Added following changes for gme- convergence

Line 2799: wip_constants.dmf_patchset_j_value

2795: /* This has to be called before validate_group()
2796: /* we should retain create_flow sch for WIP I and below.*/
2797: IF ( l_srctypeid = 5
2798: AND wip_constants.dmf_patchset_level >=
2799: wip_constants.dmf_patchset_j_value
2800: )
2801: THEN
2802: -- Pawan Added following changes for gme- convergence
2803: IF l_wip_entity_type = 10 THEN

Line 4652: AND wip_constants.dmf_patchset_level <

4648: /* wip_mtlTempProc_grp()...else call process_lpn_trx()*/
4649: -- If transactions are of type WIP, then call the WIP API. This
4650: -- API does the WIP pre-processing before calling process_lpn_trx
4651: IF ( l_srctypeid = 5
4652: AND wip_constants.dmf_patchset_level <
4653: wip_constants.dmf_patchset_j_value
4654: )
4655: THEN
4656: wip_mtltempproc_grp.processtemp

Line 4653: wip_constants.dmf_patchset_j_value

4649: -- If transactions are of type WIP, then call the WIP API. This
4650: -- API does the WIP pre-processing before calling process_lpn_trx
4651: IF ( l_srctypeid = 5
4652: AND wip_constants.dmf_patchset_level <
4653: wip_constants.dmf_patchset_j_value
4654: )
4655: THEN
4656: wip_mtltempproc_grp.processtemp
4657: (p_initmsglist => fnd_api.g_false