DBA Data[Home] [Help]

APPS.IBE_QUOTE_MISC_PVT dependencies on FND_USER

Line 4418: from fnd_user

4414: l_person_party_id NUMBER;
4415:
4416: CURSOR c_getPartyInfo(c_user_id NUMBER) IS
4417: SELECT customer_id
4418: from fnd_user
4419: WHERE user_id = c_user_id;
4420:
4421: CURSOR c_getShareeInfo IS
4422: SELECT quote_header_id,update_privilege_type_code,end_date_active, party_id, cust_account_id

Line 4449: from fnd_user

4445: where person_party_id = l_person_party_id);
4446:
4447: CURSOR c_getPersonPartyInfo(c_user_id NUMBER) IS
4448: SELECT person_party_id
4449: from fnd_user
4450: WHERE user_id = c_user_id;
4451:
4452: -- 9/23/02: we're using the next cursor
4453: CURSOR c_getResourceInfo_orig IS