DBA Data[Home] [Help]

APPS.JAI_RCV_RT_TRIGGER_PKG dependencies on JAI_RCV_TAX_PKG

Line 500: it is being set to NULL and passed on to the jai_rcv_tax_pkg.default_taxes_onto_line procedure.

496:
497: 13. 16/06/2004 SSUMAITH - bug# 3683666 File version 115.1
498:
499: if the attribute_category is a null value and attribute2 is a not null value
500: it is being set to NULL and passed on to the jai_rcv_tax_pkg.default_taxes_onto_line procedure.
501:
502: If the value is not one of the India Localization standard ones, then we entering the
503: values in a JAI_CMN_ERRORS_T and are returing the control.
504:

Line 535: - Makes a call to jai_rcv_tax_pkg.default_taxes_onto_line incase of 'RECEIVE', 'UNORDERED', 'MATCH', 'RETURN TO VENDOR' transactions only

531: 18 03/01/2005 Vijay Shankar for Bug# 3940588, Version:115.6
532: Following are the changes done as part of RECEIPTS DEPLUG
533: - Submits a request for "India - Receiving Transaction Processor" for DELIVER, RTR, RTV, Any CORRECTs, RECEIVE
534: Transations that are not Created without Navigating from Localization Receipts Screen
535: - Makes a call to jai_rcv_tax_pkg.default_taxes_onto_line incase of 'RECEIVE', 'UNORDERED', 'MATCH', 'RETURN TO VENDOR' transactions only
536: - a new parameter v_chk_form is added in call to jai_rcv_tax_pkg.default_taxes_onto_line based on which request for JAINRVCTP is submitted
537: incase of RECEIVE transaction
538: - Commented the call to ja_in_set_rvc_process_flags as it is redundant with RECEIPTS DEPLUG from Old Code
539: - Updates flags of JAI_RCV_LINES with X value. updates transaction_id to MATCH transaction_id in case of

Line 536: - a new parameter v_chk_form is added in call to jai_rcv_tax_pkg.default_taxes_onto_line based on which request for JAINRVCTP is submitted

532: Following are the changes done as part of RECEIPTS DEPLUG
533: - Submits a request for "India - Receiving Transaction Processor" for DELIVER, RTR, RTV, Any CORRECTs, RECEIVE
534: Transations that are not Created without Navigating from Localization Receipts Screen
535: - Makes a call to jai_rcv_tax_pkg.default_taxes_onto_line incase of 'RECEIVE', 'UNORDERED', 'MATCH', 'RETURN TO VENDOR' transactions only
536: - a new parameter v_chk_form is added in call to jai_rcv_tax_pkg.default_taxes_onto_line based on which request for JAINRVCTP is submitted
537: incase of RECEIVE transaction
538: - Commented the call to ja_in_set_rvc_process_flags as it is redundant with RECEIPTS DEPLUG from Old Code
539: - Updates flags of JAI_RCV_LINES with X value. updates transaction_id to MATCH transaction_id in case of
540: UNORDERED transaction

Line 550: Revoked the call to jai_cmn_hook_pkg as it is replaced with Orgn. Addl. info setup usage in jai_rcv_tax_pkg.default_taxes_onto_line call

546:
547: * This is a dependancy for Future Versions of the trigger *
548:
549: 20 22/02/2005 Vijay Shankar for Bug# 4199929, Version:115.8
550: Revoked the call to jai_cmn_hook_pkg as it is replaced with Orgn. Addl. info setup usage in jai_rcv_tax_pkg.default_taxes_onto_line call
551:
552: * This is a dependancy for Future Versions of the trigger *
553:
554: 21 19/03/2005 Vijay Shankar for Bug#4250236(4245089). FileVersion: 115.9

Line 940: jai_rcv_tax_pkg.default_taxes_onto_line(

936: if pr_new.transaction_type IN ('RECEIVE', 'UNORDERED', 'MATCH',
937: 'RETURN TO VENDOR') -- RTV is added in the list just for validation checking in the calling procedure
938: then
939:
940: jai_rcv_tax_pkg.default_taxes_onto_line(
941: pr_new.transaction_id,
942: pr_new.parent_transaction_id,
943: pr_new.shipment_header_id,
944: pr_new.shipment_line_id,

Line 1040: -- following condition added by Vijay Shankar for Bug#3940588. this piece of condition is copied from jai_rcv_tax_pkg.default_taxes_onto_line procedure

1036: OR ( pr_new.transaction_type IN ('RETURN TO RECEIVING', 'RETURN TO VENDOR'
1037: , 'DELIVER')
1038: -- OR (pr_new.transaction_type = 'DELIVER' AND (lv_tax_modified_flag='N' OR pr_new.routing_header_id <> 3)) -- Vijay Shankar for Bug#3940588
1039: )
1040: -- following condition added by Vijay Shankar for Bug#3940588. this piece of condition is copied from jai_rcv_tax_pkg.default_taxes_onto_line procedure
1041: -- OR ( v_chk_form IS NULL AND pr_new.transaction_type IN ('RECEIVE', 'ASBN') )
1042: -- following added by Vijay Shankar for Bug#4159557 by commenting the above chk
1043: OR ( v_chk_form IS NULL AND pr_new.transaction_type IN ('ASBN') )
1044: --OR ( pr_new.transaction_type = 'RECEIVE' AND nvl(lv_tax_modified_flag, 'N') <> 'Y' )