DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on PER_TIME_PERIODS

Line 2356: from per_time_periods

2352:
2353: /* Bug 1677534 */
2354: cursor get_payroll_id is
2355: select payroll_id
2356: from per_time_periods
2357: where time_period_id = l_time_period_id;
2358:
2359: begin
2360:

Line 3423: per_time_periods ptp,

3419: from psp_temp_dest_sumlines ORIG,
3420: psp_temp_dest_sumlines DEST,
3421: psp_temp_orig_lines LINES,
3422: -- Introduced the following for bug fix 3892097
3423: per_time_periods ptp,
3424: (SELECT adj_set_number,
3425: COUNT(DISTINCT DECODE(gl_code_combination_id, NULL, 'P', 'G')) transaction_type_count
3426: FROM psp_temp_dest_sumlines ptds
3427: WHERE ptds.run_id = g_run_id