DBA Data[Home] [Help]

APPS.MRP_END_ASSY dependencies on FND_PROFILE

Line 105: var_user_id := fnd_profile.value('USER_ID');

101: AND using_assembly_id = direct_using_assembly
102: AND end_assembly_id = ea.using_assembly_item_id
103: AND ROWNUM = 1;
104:
105: var_user_id := fnd_profile.value('USER_ID');
106: if var_user_id is NULL then
107: var_user_id := -1;
108: end if;
109: if check_table = 0 then