DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_PVT dependencies on FND_PROFILE

Line 246: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);

242: END IF;
243:
244: --GET USER ID AND SYSDATE
245: l_date := sysdate;
246: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);
247: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
248:
249: -- user hook calls for customer
250: -- Customer pre- processing section - mandatory

Line 247: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);

243:
244: --GET USER ID AND SYSDATE
245: l_date := sysdate;
246: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);
247: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
248:
249: -- user hook calls for customer
250: -- Customer pre- processing section - mandatory
251: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_GROUP_RELATE_PVT', 'CREATE_RESOURCE_GROUP_RELATE', 'B', 'C' ))

Line 1072: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);

1068: END IF;
1069:
1070: --GET USER ID AND SYSDATE
1071: l_date := sysdate;
1072: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);
1073: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
1074:
1075: -- user hook calls for customer
1076: -- Customer pre- processing section - mandatory

Line 1073: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);

1069:
1070: --GET USER ID AND SYSDATE
1071: l_date := sysdate;
1072: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);
1073: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
1074:
1075: -- user hook calls for customer
1076: -- Customer pre- processing section - mandatory
1077: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_GROUP_RELATE_PVT', 'UPDATE_RESOURCE_GROUP_RELATE', 'B', 'C' ))

Line 1878: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);

1874: END IF;
1875:
1876: --GET USER ID AND SYSDATE
1877: l_date := sysdate;
1878: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);
1879: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
1880:
1881: -- user hook calls for customer
1882: -- Customer pre- processing section - mandatory

Line 1879: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);

1875:
1876: --GET USER ID AND SYSDATE
1877: l_date := sysdate;
1878: l_user_id := NVL(FND_PROFILE.Value('USER_ID'), -1);
1879: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
1880:
1881: -- user hook calls for customer
1882: -- Customer pre- processing section - mandatory
1883: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_GROUP_RELATE_PVT', 'DELETE_RESOURCE_GROUP_RELATE', 'B', 'C' ))