DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PSP_ADJUSTMENT_LINES_HISTORY

Line 158: from psp_adjustment_lines_history

154: l_prev_payroll_line_id integer; --- 5090002
155:
156: cursor check_adj_exists is
157: select count(1)
158: from psp_adjustment_lines_history
159: where assignment_id = payroll_rec.assignment_id
160: and distribution_date = l_payroll_start_date
161: and adjustment_batch_name is null
162: and reversal_entry_flag is null

Line 236: from psp_adjustment_lines_history

232: attribute7,
233: attribute8,
234: attribute9,
235: attribute10
236: from psp_adjustment_lines_history
237: where reversal_entry_flag is null
238: and adjustment_batch_name is null
239: and assignment_id = payroll_rec.assignment_id
240: and distribution_date = l_payroll_start_date