DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 806: 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*/

802: v_conv_date,
803: v_date_ordered;
804:
805: CLOSE bind_cur;
806: 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*/
807: -- check for conversion date
808: IF v_conv_date IS NULL THEN
809: v_conv_date := v_date_ordered;
810: END IF;