DBA Data[Home] [Help]

APPS.AME_API5 dependencies on AME_APPROVER_DEVIATION_PKG

Line 41: ame_approver_deviation_pkg.clearDeviationState(

37: item_class = item_class_name and
38: (itemIdIn is null or
39: item_id = itemIdIn);
40: if sql%found then
41: ame_approver_deviation_pkg.clearDeviationState(
42: applicationIdIn => ameAppId
43: ,transactionIdIn => transactionIdIn );
44: end if;
45: /* update all existing history rows from the Approval Notification History table

Line 117: ame_approver_deviation_pkg.clearDeviationState(

113: item_class = itemClassNameIn and
114: (itemIdIn is null or
115: item_id = itemIdIn);
116: if sql%found then
117: ame_approver_deviation_pkg.clearDeviationState(
118: applicationIdIn => ameAppId
119: ,transactionIdIn => transactionIdIn );
120: end if;
121: /* update all existing history rows from the Approval Notification History table