DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on FND_MESSAGE

Line 445: fnd_message.set_name ('WIP', 'WIP_OC_TOLERANCE_FAIL');

441: );
442: END IF;
443:
444: IF( x_result = wip_constants.no ) THEN
445: fnd_message.set_name ('WIP', 'WIP_OC_TOLERANCE_FAIL');
446: p_err_mesg := fnd_message.get;
447: --p_err_mesg := 'Transaction violates Tolerance Level';
448: ELSE
449: IF(p_child_txn_id IS NULL OR

Line 446: p_err_mesg := fnd_message.get;

442: END IF;
443:
444: IF( x_result = wip_constants.no ) THEN
445: fnd_message.set_name ('WIP', 'WIP_OC_TOLERANCE_FAIL');
446: p_err_mesg := fnd_message.get;
447: --p_err_mesg := 'Transaction violates Tolerance Level';
448: ELSE
449: IF(p_child_txn_id IS NULL OR
450: p_child_txn_id = -1 OR

Line 935: fnd_message.set_name ('WIP', 'WIP_OC_TOLERANCE_FAIL');

931: WHERE completion_transaction_id = p_parent_cpl_txn_id
932: AND transaction_action_id = wip_constants.cplassy_action;
933:
934: IF( x_result = wip_constants.no ) THEN
935: fnd_message.set_name ('WIP', 'WIP_OC_TOLERANCE_FAIL');
936: p_err_mesg := fnd_message.get;
937: --p_err_mesg := 'Transaction violates Tolerance Level';
938:
939: ELSE

Line 936: p_err_mesg := fnd_message.get;

932: AND transaction_action_id = wip_constants.cplassy_action;
933:
934: IF( x_result = wip_constants.no ) THEN
935: fnd_message.set_name ('WIP', 'WIP_OC_TOLERANCE_FAIL');
936: p_err_mesg := fnd_message.get;
937: --p_err_mesg := 'Transaction violates Tolerance Level';
938:
939: ELSE
940: if(p_child_txn_id is null or