DBA Data[Home] [Help]

APPS.PAY_DB_LOCALISATION_PKG dependencies on DUAL

Line 162: from sys.dual;

158: balance_type,
159: balance_dimension,
160: 'Y',
161: p_legislation_code
162: from sys.dual;
163: --
164: END create_payments_balance;
165: --
166: --------------------------- create_BF_localisation ---------------------------

Line 265: from dual;

261: l_costable_flag);
262: --
263: select pay_element_classifications_s.currval
264: into new_id
265: from dual;
266: --
267: return new_id;
268: end do_insert;
269: --

Line 373: from dual;

369: ,null
370: ,null
371: ,0
372: ,sysdate
373: from dual;
374: --
375: INSERT INTO PAY_PAYMENT_TYPES
376: (PAYMENT_TYPE_ID
377: ,TERRITORY_CODE

Line 406: from dual;

402: ,null
403: ,null
404: ,0
405: ,sysdate
406: from dual;
407: --
408: -- +==================================================================+
409: -- | Insert Balance Dimensions and their FF routes |
410: -- | The procedure db_autogen.build_bf_dimensions is |

Line 523: from dual;

519: l_parent_id);
520: --
521: select pay_element_classifications_s.currval
522: into new_id
523: from dual;
524: --
525: return new_id;
526: end do_insert;
527: --