DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_CODE_ASSIGNMENTS dependencies on FND_GLOBAL

Line 94: p_user_name => fnd_global.user_name,

90: hz_dss_util_pub.test_instance(
91: p_operation_code => 'UPDATE',
92: p_db_object_name => 'HZ_CODE_ASSIGNMENTS',
93: p_instance_pk1_value => l_code_assignment_id(i),
94: p_user_name => fnd_global.user_name,
95: x_return_status => dss_return_status,
96: x_msg_count => dss_msg_count,
97: x_msg_data => dss_msg_data);
98:

Line 534: fnd_global.lookup_security_group(''HZ_CREATED_BY_MODULES'', 222)

530: and createdby_l.lookup_type (+) = ''HZ_CREATED_BY_MODULES''
531: and createdby_l.language (+) = userenv(''LANG'')
532: and createdby_l.view_application_id (+) = 222
533: and createdby_l.security_group_id (+) =
534: fnd_global.lookup_security_group(''HZ_CREATED_BY_MODULES'', 222)
535: and tc1.a = (select count(*) -- check date overlap, 0 indicates no error
536: from hz_code_assignments c
537: where c.class_category = cai.class_category
538: and c.class_code = cai.class_code