DBA Data[Home] [Help]

APPS.BOM_REF_DESIG_PKG dependencies on FND_GLOBAL

Line 480: Raise_Business_Event(l_common_component_sequence_Id,sysdate,fnd_global.user_id

476: app_exception.raise_exception;
477: END IF;
478:
479: -- Calling Raise_Business_Event to raise business event
480: Raise_Business_Event(l_common_component_sequence_Id,sysdate,fnd_global.user_id
481: ,NULL,NULL,fnd_global.user_id);
482:
483: EXCEPTION
484: WHEN NO_DATA_FOUND THEN

Line 481: ,NULL,NULL,fnd_global.user_id);

477: END IF;
478:
479: -- Calling Raise_Business_Event to raise business event
480: Raise_Business_Event(l_common_component_sequence_Id,sysdate,fnd_global.user_id
481: ,NULL,NULL,fnd_global.user_id);
482:
483: EXCEPTION
484: WHEN NO_DATA_FOUND THEN
485: Raise NO_DATA_FOUND;