DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on PER_TIME_PERIODS

Line 2365: from per_time_periods

2361:
2362: /* Bug 1677534 */
2363: cursor get_payroll_id is
2364: select payroll_id
2365: from per_time_periods
2366: where time_period_id = l_time_period_id;
2367:
2368: begin
2369:

Line 3432: per_time_periods ptp,

3428: from psp_temp_dest_sumlines ORIG,
3429: psp_temp_dest_sumlines DEST,
3430: psp_temp_orig_lines LINES,
3431: -- Introduced the following for bug fix 3892097
3432: per_time_periods ptp,
3433: (SELECT adj_set_number,
3434: COUNT(DISTINCT DECODE(gl_code_combination_id, NULL, 'P', 'G')) transaction_type_count
3435: FROM psp_temp_dest_sumlines ptds
3436: WHERE ptds.run_id = g_run_id