DBA Data[Home] [Help]

APPS.BOM_REF_DESIG_PKG dependencies on FND_GLOBAL

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

466: app_exception.raise_exception;
467: END IF;
468:
469: -- Calling Raise_Business_Event to raise business event
470: Raise_Business_Event(l_common_component_sequence_Id,sysdate,fnd_global.user_id
471: ,NULL,NULL,fnd_global.user_id);
472:
473: EXCEPTION
474: WHEN NO_DATA_FOUND THEN

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

467: END IF;
468:
469: -- Calling Raise_Business_Event to raise business event
470: Raise_Business_Event(l_common_component_sequence_Id,sysdate,fnd_global.user_id
471: ,NULL,NULL,fnd_global.user_id);
472:
473: EXCEPTION
474: WHEN NO_DATA_FOUND THEN
475: Raise NO_DATA_FOUND;