DBA Data[Home] [Help]

APPS.AMS_THRESHOLD_NOTIFY dependencies on AMS_GENERIC_NTFY_PVT

Line 139: ams_generic_ntfy_pvt.StartProcess(p_activity_type => 'FTHO',

135: END IF;
136:
137:
138: -- we need to start 2 process here one for parent owner , other for budget owner
139: ams_generic_ntfy_pvt.StartProcess(p_activity_type => 'FTHO',
140: p_activity_id => p_activity_log_id,
141: p_workflowprocess => l_workflowprocess,
142: p_item_type => l_itemtype,
143: p_send_by => l_owner_role, -- role of the fund owner

Line 161: ams_generic_ntfy_pvt.StartProcess(p_activity_type => 'FTHO',

157: RAISE FND_API.G_EXC_ERROR;
158: END IF;
159:
160: -- Start process for parent owner.
161: ams_generic_ntfy_pvt.StartProcess(p_activity_type => 'FTHO',
162: p_activity_id => p_activity_log_id,
163: p_workflowprocess => l_workflowprocess,
164: p_item_type => l_itemtype,
165: p_send_by => l_parent_owner_role, -- role of the fund parent owner