DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on FND_MESSAGE

Line 1453: p_token1_value => FND_MESSAGE.GET_STRING('PA',l_msg_name)

1449: p_column_val => p_project_id_tbl(i),
1450: --Bug# 5117923: corrected the msg name
1451: p_message_name => 'PO_PDOI_INVALID_PROJ_INFO',
1452: p_token1_name => 'PJM_ERROR_MSG',
1453: p_token1_value => FND_MESSAGE.GET_STRING('PA',l_msg_name)
1454: );
1455: end if;
1456:
1457: x_result_type := po_validations.c_result_type_failure;