DBA Data[Home] [Help]

APPS.PAY_IE_SOE dependencies on PAY_IE_SOE_PRSI_DETAILS_V

Line 133: from PAY_IE_SOE_PRSI_DETAILS_V PSPD

129: begin
130: l_sql:=
131: 'select PSPD.CONTRIBUTION_CLASS COL01
132: , OVERRIDDEN_SUBCLASS COL02
133: from PAY_IE_SOE_PRSI_DETAILS_V PSPD
134: where PSPD.assignment_action_id :action_clause';
135: return l_sql;
136: end PRSI_Info;
137: --

Line 263: from PAY_IE_SOE_PRSI_DETAILS_V PSPD

259:
260: Cursor c_PRSI(a_asg_action_id number) is
261: select PSPD.CONTRIBUTION_CLASS con
262: , OVERRIDDEN_SUBCLASS ovr
263: from PAY_IE_SOE_PRSI_DETAILS_V PSPD
264: where PSPD.assignment_action_id=a_asg_action_id;
265:
266: /* Added for bug 4287903 */
267: /* Added number_per_fiscal_year for 4354386*/