DBA Data[Home] [Help]

APPS.PQH_BUDGET_DATA_MIGRATION dependencies on FND_MESSAGE

Line 1473: FND_MESSAGE.SET_NAME('PQH','PQH_BDG_MIG_INV_NAME');

1469: -- if cnt is zero then stop here after logging the event
1470: IF l_bdg_cnt = 0 THEN
1471:
1472: -- get the message text PQH_BDG_MIG_INV_NAME
1473: FND_MESSAGE.SET_NAME('PQH','PQH_BDG_MIG_INV_NAME');
1474: APP_EXCEPTION.RAISE_EXCEPTION;
1475: ELSIF l_set_cnt = 0 THEN
1476:
1477: -- get the message text PQH_BDG_MIG_INV_SET

Line 1478: FND_MESSAGE.SET_NAME('PQH','PQH_BDG_MIG_INV_SET');

1474: APP_EXCEPTION.RAISE_EXCEPTION;
1475: ELSIF l_set_cnt = 0 THEN
1476:
1477: -- get the message text PQH_BDG_MIG_INV_SET
1478: FND_MESSAGE.SET_NAME('PQH','PQH_BDG_MIG_INV_SET');
1479: APP_EXCEPTION.RAISE_EXCEPTION;
1480:
1481: END IF;
1482:

Line 1551: FND_MESSAGE.SET_NAME('PQH','PQH_INVALID_PER_BUDGET');

1547: -- skip this budget
1548: p_valid := 'N';
1549:
1550: -- get message text for PQH_WKS_INVALID_ID
1551: FND_MESSAGE.SET_NAME('PQH','PQH_INVALID_PER_BUDGET');
1552: l_message_text_out := FND_MESSAGE.GET;
1553:
1554: -- insert error into log table
1555: pqh_process_batch_log.insert_log

Line 1552: l_message_text_out := FND_MESSAGE.GET;

1548: p_valid := 'N';
1549:
1550: -- get message text for PQH_WKS_INVALID_ID
1551: FND_MESSAGE.SET_NAME('PQH','PQH_INVALID_PER_BUDGET');
1552: l_message_text_out := FND_MESSAGE.GET;
1553:
1554: -- insert error into log table
1555: pqh_process_batch_log.insert_log
1556: (