DBA Data[Home] [Help]

APPS.JA_INTERFACE_VAL dependencies on DUAL

Line 390: FROM dual;

386:
387: BEGIN
388: SELECT fnd_date.canonical_to_date(p_global_attribute2)
389: INTO l_tax_inv_date
390: FROM dual;
391: EXCEPTION
392: WHEN OTHERS THEN
393: jg_globe_flex_val_shared.insert_rejections('AP_INVOICES_INTERFACE',
394: p_parent_id,

Line 435: FROM dual

431:
432: BEGIN
433: SELECT NULL
434: INTO l_tax_acct_per_exists
435: FROM dual
436: WHERE p_global_attribute4 in
437: (select period_name
438: from gl_period_statuses
439: where application_id=200