DBA Data[Home] [Help]

APPS.ARP_TRX_VALIDATE dependencies on DUAL

Line 1143: FROM dual

1139: AND cr.status = 'A'
1140: AND cr.bill_to_flag = 'Y'
1141: UNION
1142: SELECT TO_NUMBER(p_ct_prev_paying_customer_id)
1143: FROM dual
1144: UNION
1145: SELECT TO_NUMBER(p_bill_to_customer_id)
1146: FROM dual
1147: UNION

Line 1146: FROM dual

1142: SELECT TO_NUMBER(p_ct_prev_paying_customer_id)
1143: FROM dual
1144: UNION
1145: SELECT TO_NUMBER(p_bill_to_customer_id)
1146: FROM dual
1147: UNION
1148: SELECT acc.cust_account_id
1149: FROM ar_paying_relationships_v rel,
1150: hz_cust_accounts acc