DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on DUAL

Line 361: from dual;

357: --
358: if p_balance_dimension_id is null then
359: select pay_balance_dimensions_s.nextval
360: into p_balance_dimension_id
361: from dual;
362: --
363: insert into pay_balance_dimensions(
364: BALANCE_DIMENSION_ID,
365: DIMENSION_NAME,

Line 471: from dual;

467: get_description(p_date_type, p_reset_date, p_frequency_type, p_frequency, p_exclude_reversal);
468: --
469: select ff_routes_s.nextval
470: into p_route_id
471: from dual;
472: --
473: -- Set user_defined_flag = 'Y'
474: --
475: insert into ff_routes(