DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_OM_RMA_PKG

Line 5849: jai_om_rma_pkg.default_taxes_onto_line (pr_new.header_id,

5845: Added the clause p_line_category_code = 'RETURN' so that this piece of code would always
5846: execute in case of an RMA irrespective of how the return order has been created.
5847: */
5848:
5849: jai_om_rma_pkg.default_taxes_onto_line (pr_new.header_id,
5850: pr_new.line_id,
5851: pr_new.inventory_item_id,
5852: pr_new.ship_from_org_id,
5853: -- pr_new.context,

Line 5896: to the existing parameter list of the procedure jai_om_rma_pkg.default_taxes_onto_line

5892: pr_new.last_update_login,
5893: pr_new.source_document_type_id,
5894: pr_new.line_category_code /* Parameter added by Aiyer for the bug #3306419
5895: because the new parameter p_line_category_code has been added
5896: to the existing parameter list of the procedure jai_om_rma_pkg.default_taxes_onto_line
5897: */
5898: );--2001/10/03 Anuradha Parthasarathy
5899:
5900: -- End of bug #3306419