DBA Data[Home] [Help]

APPS.AME_ATY_BUS dependencies on AME_MANDATORY_ATTRIBUTES

Line 510: from ame_mandatory_attributes

506: p_effective_date between start_date and
507: nvl(end_date - ame_util.oneSecond, p_effective_date);
508: cursor c_sel4 is
509: select null
510: from ame_mandatory_attributes
511: where
512: action_type_id = p_action_type_id and
513: p_effective_date between start_date and
514: nvl(end_date - ame_util.oneSecond, p_effective_date);