DBA Data[Home] [Help]

APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 124: from ap_invoice_distributions_all

120: and account_type = 'A' ;
121:
122: Cursor c_assets_tracking_flagA ( p_related_id NUMBER) is
123: select assets_tracking_flag
124: from ap_invoice_distributions_all
125: where invoice_distribution_id = p_related_id
126: and invoice_distribution_id <> related_id
127: and assets_tracking_flag = 'Y' ;
128:

Line 131: from ap_invoice_distributions_all

127: and assets_tracking_flag = 'Y' ;
128:
129: Cursor c_assets_tracking_flagB ( p_charge_appl_to_dist_id NUMBER) is
130: select assets_tracking_flag
131: from ap_invoice_distributions_all
132: where invoice_distribution_id = p_charge_appl_to_dist_id
133: and assets_tracking_flag = 'Y' ;
134: /*
135: ** Initialize the Plsql bulk variables.