DBA Data[Home] [Help]

APPS.XDP_INTERFACES dependencies on HZ_CUST_ACCOUNTS

Line 3200: FROM HZ_CUST_ACCOUNTS WHERE cust_account_id = x_order_header.cust_account_id;

3196: x_order_header.fulfillment_result := NULL;
3197:
3198: IF x_order_header.cust_account_id IS NOT NULL THEN
3199: SELECT account_number INTO x_order_header.account_number
3200: FROM HZ_CUST_ACCOUNTS WHERE cust_account_id = x_order_header.cust_account_id;
3201: END IF;
3202:
3203: FOR lv_param_rec IN lc_order_param LOOP
3204: lv_param_count := lv_param_count + 1;