DBA Data[Home] [Help]

APPS.PA_BILLING_VALUES dependencies on PA_BILLING_ASSIGNMENTS

Line 70: pa_billing_assignments bea

66: BEGIN
67: SELECT be.default_event_description, be.default_event_type
68: INTO XO_event_description, XO_event_type
69: FROM pa_billing_extensions be,
70: pa_billing_assignments bea
71: WHERE bea.billing_assignment_id = X2_billing_assignment_id
72: AND bea.billing_extension_id = be.billing_extension_id;
73:
74: X2_event_description := XO_event_description;