DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 673: v_service_type_code := JAI_AR_RCTLA_TRIGGER_PKG.get_service_type( v_customer_id, v_ship_to_site_use_id, 'C'); /*bduvarag for the bug#5694855*/

669: v_conv_date,
670: v_date_ordered;
671:
672: CLOSE bind_cur;
673: v_service_type_code := JAI_AR_RCTLA_TRIGGER_PKG.get_service_type( v_customer_id, v_ship_to_site_use_id, 'C'); /*bduvarag for the bug#5694855*/
674: -- check for conversion date
675: IF v_conv_date IS NULL THEN
676: v_conv_date := v_date_ordered;
677: END IF;