DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on PSB_ERROR_MESSAGES

Line 6748: -- Constraint Validation failures are logged in PSB_ERROR_MESSAGES and

6744: l_description := FND_MSG_PUB.Get
6745: (p_encoded => FND_API.G_FALSE);
6746: FND_MSG_PUB.Delete_Msg;
6747:
6748: -- Constraint Validation failures are logged in PSB_ERROR_MESSAGES and
6749: -- viewed using a Form called from the Modify Worksheet module
6750:
6751: insert into PSB_ERROR_MESSAGES
6752: (Concurrent_Request_ID,

Line 6751: insert into PSB_ERROR_MESSAGES

6747:
6748: -- Constraint Validation failures are logged in PSB_ERROR_MESSAGES and
6749: -- viewed using a Form called from the Modify Worksheet module
6750:
6751: insert into PSB_ERROR_MESSAGES
6752: (Concurrent_Request_ID,
6753: Process_ID,
6754: Source_Process,
6755: Description,