DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_PO_OSP_PKG

Line 910: jai_po_osp_pkg.create_rcv_57f4(

906: as part of RTV DFF Elimination
907: elsif r_trx.transaction_type = 'RETURN TO VENDOR' then
908:
909: if r_trx.attribute1 = INV_GEN_STATUS_INV_GENERATED then
910: jai_po_osp_pkg.create_rcv_57f4(
911: p_transaction_id => p_transaction_id,
912: p_process_status => p_process_status,
913: p_process_message => p_process_message
914: );

Line 3039: jai_po_osp_pkg.create_rcv_57f4(

3035: -- if r_trx.attribute1 = INV_GEN_STATUS_INV_GENERATED then
3036: --Commented below code and added if condition for bug #14508154
3037: --if lv_excise_processing_reqd = jai_constants.yes then
3038: if Check_57F4_transaction(rtv_rec.transaction_id) = 'YES' then
3039: jai_po_osp_pkg.create_rcv_57f4(
3040: p_transaction_id => rtv_rec.transaction_id,
3041: p_process_status => lv_process_flag,
3042: p_process_message => lv_process_message
3043: );

Line 3048: FND_FILE.put_line(FND_FILE.log, 'Error in Call to jai_po_osp_pkg.create_rcv_57f4. Mesg:'||lv_process_message);

3044: end if;
3045:
3046: lv_statement_id := '33';
3047: if lv_process_flag in (jai_constants.unexpected_error, jai_constants.expected_error) then
3048: FND_FILE.put_line(FND_FILE.log, 'Error in Call to jai_po_osp_pkg.create_rcv_57f4. Mesg:'||lv_process_message);
3049: lv_process_flag := 'E';
3050: lb_err_flag := true;
3051: goto end_of_trx;
3052: end if;