DBA Data[Home] [Help]

APPS.DPP_EXECUTIONPROCESS_PUB dependencies on FND_MESSAGE

Line 606: fnd_message.set_name( 'DPP', 'DPP_EXECUTION_SETUP_NOT_EXIST');

602: l_login_id
603: );
604: END LOOP;
605: ELSE
606: fnd_message.set_name( 'DPP', 'DPP_EXECUTION_SETUP_NOT_EXIST');
607: fnd_message.set_token('TXN_NUMBER', p_in_txn_number);
608: fnd_msg_pub.add;
609: FND_FILE.PUT_LINE(FND_FILE.LOG,'The transaction cannot be made Active as execution processes setup is not availeble for the
610: transaction number '||p_in_txn_number);

Line 607: fnd_message.set_token('TXN_NUMBER', p_in_txn_number);

603: );
604: END LOOP;
605: ELSE
606: fnd_message.set_name( 'DPP', 'DPP_EXECUTION_SETUP_NOT_EXIST');
607: fnd_message.set_token('TXN_NUMBER', p_in_txn_number);
608: fnd_msg_pub.add;
609: FND_FILE.PUT_LINE(FND_FILE.LOG,'The transaction cannot be made Active as execution processes setup is not availeble for the
610: transaction number '||p_in_txn_number);
611: FND_FILE.NEW_LINE(FND_FILE.LOG);