DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_DATA_PVT dependencies on EGO_WF_WRAPPER_PVT

Line 5948: EGO_WF_WRAPPER_PVT.Raise_WF_Business_Event(

5944:
5945: ---Raise the event
5946: IF l_attr_name_val.count() > 0 THEN --if attributes are there raise it,
5947: IF p_pre_event_flag IS NULL THEN --Raise post Event
5948: EGO_WF_WRAPPER_PVT.Raise_WF_Business_Event(
5949: p_event_name => l_event_name
5950: ,p_event_key => l_event_key
5951: ,p_dml_type => l_dml_type
5952: ,p_attr_group_name => p_attr_group_metadata_obj.ATTR_GROUP_NAME

Line 5982: EGO_WF_WRAPPER_PVT.Raise_WF_Business_Event(

5978: ,p_entity_code => p_entity_code
5979: ,p_add_errors_to_fnd_stack => G_ADD_ERRORS_TO_FND_STACK
5980: );
5981: ELSE --raise PreEvent
5982: EGO_WF_WRAPPER_PVT.Raise_WF_Business_Event(
5983: p_event_name => l_event_name
5984: ,p_event_key => l_event_key
5985: ,p_pre_event_flag => 'T'
5986: ,p_dml_type => l_dml_type

Line 6022: --- If subscription fails...don't add to the stack, already added in EGO_WF_WRAPPER_PVT

6018: END IF; ---end count attributes.
6019: END IF;--end if if flag enabled
6020: Debug_Msg( l_api_name ||' done ');
6021: EXCEPTION
6022: --- If subscription fails...don't add to the stack, already added in EGO_WF_WRAPPER_PVT
6023: WHEN EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC THEN
6024: raise EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC;
6025:
6026: WHEN OTHERS THEN

Line 7581: --don't put to the stack already added in EGO_WF_WRAPPER_PVT

7577: -- There are no expected errors in this procedure, so... --
7578: -----------------------------------------------------------
7579: --Start 4105841
7580: --Checking for Exception raised by preAttribute Change Event
7581: --don't put to the stack already added in EGO_WF_WRAPPER_PVT
7582: WHEN EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC THEN
7583: Debug_Msg('Insert_Row EXCEPTION EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC ');
7584: IF FND_API.To_Boolean(p_commit) THEN
7585: ROLLBACK TO insert_row;

Line 8203: --don't put to the stack already added in EGO_WF_WRAPPER_PVT

8199: -- There are no expected errors in this procedure, so... --
8200: -----------------------------------------------------------
8201: --Start 4105841
8202: --Checking for Exception raised by preAttribute Change Event
8203: --don't put to the stack already added in EGO_WF_WRAPPER_PVT
8204: WHEN EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC THEN
8205: Debug_Msg('Update_Row EXCEPTION EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC ');
8206:
8207: IF FND_API.To_Boolean(p_commit) THEN

Line 8544: --don't put to the stack already added in EGO_WF_WRAPPER_PVT

8540: -- There are no expected errors in this procedure, so... --
8541: -----------------------------------------------------------
8542: --Start 4105841
8543: --Checking for Exception raised by preAttribute Change Event
8544: --don't put to the stack already added in EGO_WF_WRAPPER_PVT
8545: WHEN EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC THEN
8546: Debug_Msg('Delete_Row EXCEPTION EGO_USER_ATTRS_COMMON_PVT.G_SUBSCRIPTION_EXC ');
8547:
8548: IF FND_API.To_Boolean(p_commit) THEN