DBA Data[Home] [Help]

APPS.PAY_CA_DIRECT_DEPOSIT_PKG dependencies on DUAL

Line 93: from dual;

89: -- Cursor to get the next sequence number
90: --
91: CURSOR get_nextval is
92: select pay_ca_file_creation_numbers_s.nextval
93: from dual;
94: --
95: -- Cursor to get the min sequence_number for a given Originator ID
96: --
97: CURSOR get_min_sequence(p_originator_id varchar2) IS

Line 930: from dual;

926: utl_raw.cast_to_varchar2(hextoraw('C592')),'OE'
927: ),
928: utl_raw.cast_to_varchar2(hextoraw('C386')),'AE'
929: )
930: from dual;
931:
932:
933: begin
934: