DBA Data[Home] [Help]

APPS.AME_UTILITY_PKG dependencies on AME_CONDITIONS

Line 495: from ame_conditions cond

491: ,cond.parameter_three
492: ,cond.include_lower_limit
493: ,cond.include_upper_limit
494: ,cond.condition_type
495: from ame_conditions cond
496: ,(select name
497: ,attribute_id
498: ,attribute_type
499: ,approver_type_id

Line 1525: from ame_conditions;

1521: begin
1522: if fnd_global.resp_name = 'AME Developer' then
1523: select min(condition_id) - 1
1524: into l_condition_id
1525: from ame_conditions;
1526: else
1527: select ame_conditions_s.nextval
1528: into l_condition_id
1529: from sys.dual;

Line 1527: select ame_conditions_s.nextval

1523: select min(condition_id) - 1
1524: into l_condition_id
1525: from ame_conditions;
1526: else
1527: select ame_conditions_s.nextval
1528: into l_condition_id
1529: from sys.dual;
1530: end if;
1531: return l_condition_id;