DBA Data[Home] [Help]

APPS.IBY_PAYINSTR_PUB dependencies on STANDARD

Line 2242: := NVL(p_payInstrTab(i).process_type, 'STANDARD');

2238: := p_payInstrTab(i).payment_instruction_id;
2239: l_payment_profile_id(i)
2240: := p_payInstrTab(i).payment_profile_id;
2241: l_process_type(i)
2242: := NVL(p_payInstrTab(i).process_type, 'STANDARD');
2243: l_payment_instruction_status(i)
2244: := NVL(p_payInstrTab(i).payment_instruction_status, 'CREATED');
2245: l_payments_complete_code(i)
2246: := NVL(p_payInstrTab(i).payments_complete_code, 'NO');

Line 3919: | This is the new emerging standard for SQL -> XML.

3915: | DBMS_XMLGEN is a built-in package in C. It is fast. However,
3916: | it is supported only in Oracle 9i and above.
3917: |
3918: | 2. SQLX
3919: | This is the new emerging standard for SQL -> XML.
3920: | It is both fast and easy. However, only Oracle 9i and
3921: | above.
3922: |
3923: *---------------------------------------------------------------------*/

Line 6756: l_process_type := 'STANDARD';

6752:
6753: IF (UPPER(p_single_pmt_flow_flag) = 'Y') THEN
6754: l_process_type := 'IMMEDIATE';
6755: ELSE
6756: l_process_type := 'STANDARD';
6757: END IF;
6758:
6759: print_debuginfo(l_module_name, 'Process type of payment instruction(s) '
6760: || 'initialized to '