DBA Data[Home] [Help]

APPS.PA_COST_PLUS dependencies on PA_IND_RATE_SCHEDULES

Line 27: g_sch_id pa_ind_rate_schedules.ind_rate_sch_id%type;

23: INDEX BY BINARY_INTEGER;
24: /*2933915*/
25:
26: /* Bug 3786374 : The SQL retriving ind_rate_schedule_type exceeded apps execution threshold */
27: g_sch_id pa_ind_rate_schedules.ind_rate_sch_id%type;
28: g_ind_rate_schedule_type pa_ind_rate_schedules.ind_rate_schedule_type%type;
29:
30: /* S.N. Bug 3938479 */
31:

Line 28: g_ind_rate_schedule_type pa_ind_rate_schedules.ind_rate_schedule_type%type;

24: /*2933915*/
25:
26: /* Bug 3786374 : The SQL retriving ind_rate_schedule_type exceeded apps execution threshold */
27: g_sch_id pa_ind_rate_schedules.ind_rate_sch_id%type;
28: g_ind_rate_schedule_type pa_ind_rate_schedules.ind_rate_schedule_type%type;
29:
30: /* S.N. Bug 3938479 */
31:
32: g_rate_sch_rev_id pa_ind_rate_sch_revisions.ind_rate_sch_revision_id%type;