DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on FND_MESSAGE

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

1695:
1696: WHEN excp_resource_busy THEN
1697:
1698: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1699: x_msg_code := Fnd_Message.GET_STRING( APPIN => 'PJI'
1700: , NAMEIN => 'PJI_LOCK_NOT_OBTAINED');
1701:
1702: -- PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PJI'
1703: -- , p_msg_name => 'PJI_LOCK_NOT_OBTAINED');

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

1700: , NAMEIN => 'PJI_LOCK_NOT_OBTAINED');
1701:
1702: -- PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PJI'
1703: -- , p_msg_name => 'PJI_LOCK_NOT_OBTAINED');
1704: Fnd_Message.SET_NAME('PJI', 'PJI_LOCK_NOT_OBTAINED');
1705: Fnd_Msg_Pub.add_detail(p_message_type=>Fnd_Api.G_RET_STS_ERROR);
1706:
1707: print_time ( ' UPDATE_LOCKS exception ' || SQLERRM);
1708: