DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on FND_USER

Line 424: from fnd_user

420: where quote_header_id = c_quote_header_id;
421:
422: Cursor c_get_party_id (c_user_id number) is
423: select customer_id
424: from fnd_user
425: where user_id = c_user_id;
426: Cursor c_get_auth_details (ci_extension_id IN iby_fndcpt_tx_extensions.trxn_extension_id%TYPE)
427: IS
428: SELECT authorized_flag