DBA Data[Home] [Help]

APPS.AS_AUTOCREATE_OPP dependencies on FND_GLOBAL

Line 89: OPEN C_GetIdentity_FndUser(FND_GLOBAL.User_Id);

85:
86: BEGIN
87:
88: Write_log (1, '*** Auto-create opportunity from sales leads start ***');
89: OPEN C_GetIdentity_FndUser(FND_GLOBAL.User_Id);
90: FETCH C_GetIdentity_FndUser INTO l_salesforce_id;
91: IF ( C_GetIdentity_FndUser%NOTFOUND) THEN
92: Close C_GetIdentity_FndUser;
93: write_log(1,'Error in Login user');