DBA Data[Home] [Help]

APPS.PAY_CORE_UPGRADE_PKG dependencies on DBMS_SQL

Line 1619: alu_id dbms_sql.number_table,

1615: procedure remove_appl_alus (p_assignment_id in number)
1616: is
1617: --
1618: type t_alu_table_rec is record (
1619: alu_id dbms_sql.number_table,
1620: effective_start_date dbms_sql.date_table
1621: );
1622: --
1623: cursor csr_asg (p_asg_id number) is

Line 1620: effective_start_date dbms_sql.date_table

1616: is
1617: --
1618: type t_alu_table_rec is record (
1619: alu_id dbms_sql.number_table,
1620: effective_start_date dbms_sql.date_table
1621: );
1622: --
1623: cursor csr_asg (p_asg_id number) is
1624: select asg.assignment_type,