DBA Data[Home] [Help]

APPS.PAY_INTERPRETER_PKG dependencies on PER_CAGR_ENTITLEMENT_LINES_F

Line 4864: FROM per_cagr_entitlement_lines_f cagr_lines

4860: FROM dual
4861: WHERE EXISTS
4862: (
4863: SELECT '' chk
4864: FROM per_cagr_entitlement_lines_f cagr_lines
4865: ,per_cagr_entitlements cagr_ent
4866: ,per_all_assignments_f paf
4867: WHERE cagr_lines.cagr_entitlement_line_id = p_surrogate_key
4868: AND cagr_ent.cagr_entitlement_id = cagr_lines.cagr_entitlement_id

Line 4927: elsif (p_table_name = 'PER_CAGR_ENTITLEMENT_LINES_F') then

4923: --
4924: end loop;
4925: --
4926: /*Added the following code for bug 13384584*/
4927: elsif (p_table_name = 'PER_CAGR_ENTITLEMENT_LINES_F') then
4928:
4929: hr_utility.trace('table name is PER_CAGR_ENTITLEMENT_LINES_F' );
4930: hr_utility.trace('Assignment id is '||p_assignment_id );
4931: hr_utility.trace('Surrogate Key is '||p_surrogate_key );

Line 4929: hr_utility.trace('table name is PER_CAGR_ENTITLEMENT_LINES_F' );

4925: --
4926: /*Added the following code for bug 13384584*/
4927: elsif (p_table_name = 'PER_CAGR_ENTITLEMENT_LINES_F') then
4928:
4929: hr_utility.trace('table name is PER_CAGR_ENTITLEMENT_LINES_F' );
4930: hr_utility.trace('Assignment id is '||p_assignment_id );
4931: hr_utility.trace('Surrogate Key is '||p_surrogate_key );
4932:
4933: l_valid_event := 'N';