DBA Data[Home] [Help]

APPS.IBY_PAYINSTR_PUB dependencies on STANDARD

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

2450: := p_payInstrTab(i).payment_instruction_id;
2451: l_payment_profile_id(i)
2452: := p_payInstrTab(i).payment_profile_id;
2453: l_process_type(i)
2454: := NVL(p_payInstrTab(i).process_type, 'STANDARD');
2455: l_payment_instruction_status(i)
2456: := NVL(p_payInstrTab(i).payment_instruction_status, 'CREATED');
2457: l_payments_complete_code(i)
2458: := NVL(p_payInstrTab(i).payments_complete_code, 'NO');

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

4470: | DBMS_XMLGEN is a built-in package in C. It is fast. However,
4471: | it is supported only in Oracle 9i and above.
4472: |
4473: | 2. SQLX
4474: | This is the new emerging standard for SQL -> XML.
4475: | It is both fast and easy. However, only Oracle 9i and
4476: | above.
4477: |
4478: *---------------------------------------------------------------------*/

Line 7444: l_process_type := 'STANDARD';

7440:
7441: IF (UPPER(p_single_pmt_flow_flag) = 'Y') THEN
7442: l_process_type := 'IMMEDIATE';
7443: ELSE
7444: l_process_type := 'STANDARD';
7445: END IF;
7446:
7447: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
7448: print_debuginfo(l_module_name, 'Process type of payment instruction(s) '