DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on FND_MESSAGE

Line 1600: x_msg_code := Fnd_Message.GET_STRING( APPIN => 'PJI'

1596:
1597: WHEN excp_resource_busy THEN
1598:
1599: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1600: x_msg_code := Fnd_Message.GET_STRING( APPIN => 'PJI'
1601: , NAMEIN => 'PJI_LOCK_NOT_OBTAINED');
1602:
1603: -- PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PJI'
1604: -- , p_msg_name => 'PJI_LOCK_NOT_OBTAINED');

Line 1605: Fnd_Message.SET_NAME('PJI', 'PJI_LOCK_NOT_OBTAINED');

1601: , NAMEIN => 'PJI_LOCK_NOT_OBTAINED');
1602:
1603: -- PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PJI'
1604: -- , p_msg_name => 'PJI_LOCK_NOT_OBTAINED');
1605: Fnd_Message.SET_NAME('PJI', 'PJI_LOCK_NOT_OBTAINED');
1606: Fnd_Msg_Pub.add_detail(p_message_type=>Fnd_Api.G_RET_STS_ERROR);
1607:
1608: print_time ( ' UPDATE_LOCKS exception ' || SQLERRM);
1609: