DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on FND_USER

Line 1166: FROM IBE_SH_QUOTE_ACCESS, fnd_user fnd

1162: cust_account_id,
1163: quote_sharee_number,
1164: contact_point_id,
1165: fnd.customer_id shared_by_party_id
1166: FROM IBE_SH_QUOTE_ACCESS, fnd_user fnd
1167: where quote_header_id = c_quote_header_id
1168: and ibe_sh_quote_access.created_by = fnd.user_id;
1169: rec_get_recipients c_get_recipients%rowtype;
1170: l_qte_access_rec IBE_QUOTE_SAVESHARE_pvt.quote_access_rec_type

Line 1168: and ibe_sh_quote_access.created_by = fnd.user_id;

1164: contact_point_id,
1165: fnd.customer_id shared_by_party_id
1166: FROM IBE_SH_QUOTE_ACCESS, fnd_user fnd
1167: where quote_header_id = c_quote_header_id
1168: and ibe_sh_quote_access.created_by = fnd.user_id;
1169: rec_get_recipients c_get_recipients%rowtype;
1170: l_qte_access_rec IBE_QUOTE_SAVESHARE_pvt.quote_access_rec_type
1171: := IBE_QUOTE_SAVESHARE_pvt.G_MISS_QUOTE_ACCESS_REC;
1172: