DBA Data[Home] [Help]

APPS.AME_ACF_BUS dependencies on AME_UTILITY_PKG

Line 519: where ame_utility_pkg.is_seed_user(acf.created_by) = ame_util.seededDataCreatedById

515:
516: cursor c_sel2 is
517: select null
518: from ame_action_type_config acf
519: where ame_utility_pkg.is_seed_user(acf.created_by) = ame_util.seededDataCreatedById
520: and ame_utility_pkg.check_seeddb = 'N'
521: and acf.action_type_id = p_action_type_id
522: and acf.application_id = p_application_id
523: and sysdate between acf.start_date and

Line 520: and ame_utility_pkg.check_seeddb = 'N'

516: cursor c_sel2 is
517: select null
518: from ame_action_type_config acf
519: where ame_utility_pkg.is_seed_user(acf.created_by) = ame_util.seededDataCreatedById
520: and ame_utility_pkg.check_seeddb = 'N'
521: and acf.action_type_id = p_action_type_id
522: and acf.application_id = p_application_id
523: and sysdate between acf.start_date and
524: nvl(acf.end_date - (1/86400), sysdate);