DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_OM_RMA_PKG

Line 3670: jai_om_rma_pkg.default_taxes_onto_line (pr_new.header_id,

3666: Added the clause p_line_category_code = 'RETURN' so that this piece of code would always
3667: execute in case of an RMA irrespective of how the return order has been created.
3668: */
3669:
3670: jai_om_rma_pkg.default_taxes_onto_line (pr_new.header_id,
3671: pr_new.line_id,
3672: pr_new.inventory_item_id,
3673: pr_new.ship_from_org_id,
3674: -- pr_new.context,

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

3713: pr_new.last_update_login,
3714: pr_new.source_document_type_id,
3715: pr_new.line_category_code /* Parameter added by Aiyer for the bug #3306419
3716: because the new parameter p_line_category_code has been added
3717: to the existing parameter list of the procedure jai_om_rma_pkg.default_taxes_onto_line
3718: */
3719: );--2001/10/03 Anuradha Parthasarathy
3720:
3721: -- End of bug #3306419