DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PVT dependencies on FND_MESSAGE

Line 425: fnd_message.set_name

421: ,p_collection_id => l_collection_id
422: ,p_list_of_plans => l_list_of_plans
423: );
424: IF l_mandatory_qua_plan = 'Y' THEN
425: fnd_message.set_name
426: ( application => 'EAM'
427: , name => 'EAM_WC_QA_REMAIN'
428: );
429:

Line 661: fnd_message.set_name

657: WHERE instance_id=p_instance_id;
658:
659: IF ((l_last_txn_date is not null AND (p_txn_date <= l_last_txn_date)) OR p_txn_date>sysdate)
660: THEN
661: fnd_message.set_name
662: ( application => 'EAM'
663: , name => 'EAM_EVENT_DATE_INVALID'
664: );
665:

Line 690: fnd_message.set_name

686: NVL(active_end_date, sysdate);
687:
688: IF (l_count=0 OR l_count IS NULL)
689: THEN
690: fnd_message.set_name
691: ( application => 'EAM'
692: , name => 'EAM_INSTANCE_ID_INVALID'
693: );
694:

Line 717: fnd_message.set_name

713: WHERE p_employee_id=user_id;
714:
715: IF (l_count=0 OR l_count IS NULL)
716: THEN
717: fnd_message.set_name
718: ( application => 'EAM'
719: , name => 'EAM_USER_INVALID'
720: );
721:

Line 746: fnd_message.set_name

742: AND txn_date=l_last_txn_date;
743: END IF;
744:
745: IF p_txn_type IS NULL THEN
746: fnd_message.set_name
747: ( application => 'EAM'
748: , name => 'EAM_TXNTYPE_INVALID'
749: );
750:

Line 764: fnd_message.set_name

760:
761: IF l_txn_type IS NOT NULL THEN
762: IF(p_txn_type is NOT NULL) THEN
763: IF((p_txn_type NOT IN (1,2)) OR (p_txn_type=l_txn_type) ) THEN
764: fnd_message.set_name
765: ( application => 'EAM'
766: , name => 'EAM_TXNTYPE_INVALID'
767: );
768:

Line 796: fnd_message.set_name

792:
793: IF
794: l_count = 0 OR l_count is null
795: THEN
796: fnd_message.set_name
797: ( application => 'EAM'
798: , name => 'EAM_OPERABLE_INVALID'
799: );
800:

Line 1114: fnd_message.set_name

1110: x_error_message => x_error_message
1111: );
1112:
1113: IF l_validate <> TRUE THEN
1114: fnd_message.set_name
1115: ( application => 'EAM'
1116: , name => 'EAM_DESC_INVALID'
1117: );
1118:

Line 1254: fnd_message.set_name

1250: ,p_collection_id => p_qa_collection_id
1251: ,p_list_of_plans => l_list_of_plans
1252: );
1253: IF l_mandatory_qua_plan = 'Y' THEN
1254: fnd_message.set_name
1255: ( application => 'EAM'
1256: , name => 'EAM_WC_QA_REMAIN'
1257: );
1258: