DBA Data[Home] [Help]

APPS.JAI_AR_CR_TRIGGER_PKG dependencies on AR_RECEIPT_CLASSES

Line 45: FROM ar_receipt_classes r_class,

41: AND a.attribute_type_code = 'OTHERS'
42: AND a.regime_id = b.regime_id
43: AND a.attribute_value IN
44: (SELECT r_class.name
45: FROM ar_receipt_classes r_class,
46: ar_receipt_methods r_method
47: WHERE r_class.receipt_class_id = r_method.receipt_class_id
48: AND r_method.receipt_method_id = cp_receipt_method_id
49: );