DBA Data[Home] [Help]

APPS.AME_ACTION_PKG dependencies on AME_MANDATORY_ATTRIBUTES

Line 1505: from ame_mandatory_attributes

1501: tempCount integer;
1502: begin
1503: select count(*)
1504: into tempCount
1505: from ame_mandatory_attributes
1506: where
1507: action_type_id = actionTypeIdIn and
1508: attribute_id = attributeIdIn and
1509: sysdate between start_date and

Line 3441: update ame_mandatory_attributes

3437: where
3438: action_type_id = actionTypeIdIn and
3439: processingDate between start_date and
3440: nvl(end_date - ame_util.oneSecond, processingDate);
3441: update ame_mandatory_attributes
3442: set
3443: last_updated_by = currentUserId,
3444: last_update_date = processingDate,
3445: last_update_login = currentUserId,