DBA Data[Home] [Help]

APPS.GMS_BUDGET_BALANCE dependencies on PA_COMPILED_MULTIPLIERS

Line 949: pa_compiled_multipliers cm,

945: pa_cost_base_exp_types cbet,
946: --pa_ind_rate_schedules_all_bg irs, --Bug 3630704 : Performance fix
947: pa_cost_base_cost_codes cbcc, /*for performance fix bug 5569067 */
948: /*pa_ind_compiled_sets ics, --for performance fix bug 5569067 */
949: pa_compiled_multipliers cm,
950: gms_bc_packets gbc
951: where gbc.document_type in ('REQ','PO','AP', 'ENC') -- perf bug 4005086. included 'ENC' here
952: and cbcc.cost_plus_structure = cbet.cost_plus_structure
953: /*and irsr.cost_plus_structure = cbet.cost_plus_structure bug 5569067 */

Line 1086: pa_compiled_multipliers cm,

1082: pa_cost_base_exp_types cbet,
1083: --pa_ind_rate_schedules_all_bg irs, --Bug 3630704 : Performance fix
1084: pa_cost_base_cost_codes cbcc , /* added for bug 5689194 */
1085: --pa_ind_compiled_sets ics, /* commented for bug 5689194 */
1086: pa_compiled_multipliers cm,
1087: pa_expenditure_items_all ei, --Bug Fix 1482377
1088: pa_transaction_sources pts, --Bug Fix 1482377
1089: gms_bc_packets gbc
1090: where gbc.document_type = 'EXP'

Line 1233: pa_compiled_multipliers cm,

1229: pa_ind_cost_codes icc,
1230: pa_cost_base_exp_types cbet,
1231: --pa_ind_rate_schedules_all_bg irs, --Bug 3630704 : Performance fix
1232: pa_ind_compiled_sets ics,
1233: pa_compiled_multipliers cm,
1234: gms_bc_packets gbc
1235: where irsr.cost_plus_structure = cbet.cost_plus_structure
1236: --and cb.cost_base = cbet.cost_base --Bug 3630704 : Performance fix
1237: --and cb.cost_base_type = cbet.cost_base_type --Bug 3630704 : Performance fix