DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on WIP_MTI_PUB

Line 2794: /*else call a new new API wip_mti_pub.preInvWIPProcessing()

2790: inv_txn_manager_grp.gi_flow_schedule := 0;
2791: END IF;
2792:
2793: /** WIP J dev condition. If WIP J is not installed do as now,
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 >=

Line 2840: wip_mti_pub.preinvwipprocessing (p_txnheaderid => l_header_id

2836: RAISE fnd_api.g_exc_unexpected_error;
2837: END IF;--check for success
2838: ELSE/*l_wip_entity_type = 10 */
2839:
2840: wip_mti_pub.preinvwipprocessing (p_txnheaderid => l_header_id
2841: , x_returnstatus => l_ret_sts_pre
2842: );
2843:
2844: IF (l_ret_sts_pre = fnd_api.g_ret_sts_success)

Line 2921: wip_mti_pub.postInvWIPValidation(

2917: /******* Group Validation for WIP records *******************/
2918: /* This WIP API could potentially error some records in MTI. If any records
2919: /* have been errored, they would be stamped with error-code/explanation */
2920: /*IF (l_srctypeid = 5 ) THEN
2921: wip_mti_pub.postInvWIPValidation(
2922: p_txnHeaderID => l_header_id,
2923: x_returnStatus => x_return_status
2924: );
2925: END IF;*/

Line 4346: wip_mti_pub.postinvwipvalidation (p_txnheaderid => l_header_id

4342: /* have been errored, they would be stamped with error-code/explanation */
4343: -- Bug 6996032. Added NVL condition to l_wip_entity_type
4344: IF (l_srctypeid = 5) and (NVL(l_wip_entity_type,-1) <> 10 )-- Pawan added for l_wip_entity_type
4345: THEN
4346: wip_mti_pub.postinvwipvalidation (p_txnheaderid => l_header_id
4347: , x_returnstatus => x_return_status
4348: );
4349:
4350: IF (x_return_status = fnd_api.g_ret_sts_success)