DBA Data[Home] [Help]

APPS.IGS_AZ_GEN_001 dependencies on FND_USER

Line 28: | nmankodi 11-Apr-2005 fnd_user.customer_id column has been changed to

24: cur_adv_to_del
25: kdande 03-Sep-2003 Bug# 3034714
26: Changed the log format for the Maintain Advising Group job as per the format
27: mentioned in the FD.
28: | nmankodi 11-Apr-2005 fnd_user.customer_id column has been changed to
29: | fnd_user.person_party_id as an ebizsuite wide TCA mandate.
30: |swaghmar 16-Jan-2006 Bug# 4951054 Added check for disabling UI's
31: | sepalani 27-Mar-2006 added validation check for empty string values on student group and
32: | advisor group person ids .

Line 29: | fnd_user.person_party_id as an ebizsuite wide TCA mandate.

25: kdande 03-Sep-2003 Bug# 3034714
26: Changed the log format for the Maintain Advising Group job as per the format
27: mentioned in the FD.
28: | nmankodi 11-Apr-2005 fnd_user.customer_id column has been changed to
29: | fnd_user.person_party_id as an ebizsuite wide TCA mandate.
30: |swaghmar 16-Jan-2006 Bug# 4951054 Added check for disabling UI's
31: | sepalani 27-Mar-2006 added validation check for empty string values on student group and
32: | advisor group person ids .
33: | sepalani 20-Apr-2006 Bug # 5188499: ISSUE WITH SUGGESTED MATCHES IN ADVISING GROUPS

Line 2441: FROM fnd_user

2437: -- cursor to get the user_name corresponding to the person_id
2438: --
2439: CURSOR c_user_name (cp_person_id igs_as_ord_itm_int.person_id%TYPE) IS
2440: SELECT user_name
2441: FROM fnd_user
2442: WHERE person_party_id = cp_person_id;
2443: --
2444: l_user_name fnd_user.user_name%TYPE;
2445: --

Line 2444: l_user_name fnd_user.user_name%TYPE;

2440: SELECT user_name
2441: FROM fnd_user
2442: WHERE person_party_id = cp_person_id;
2443: --
2444: l_user_name fnd_user.user_name%TYPE;
2445: --
2446: --
2447: --
2448: CURSOR c_dup_user (cp_user_name VARCHAR2, cp_role_name VARCHAR2) IS