Friday, 27 October 2017

How to make 'Required' Fields in the Oracle Apps Custom Form EBS 12

How to make 'Required' Fields in the Oracle Apps Custom Form EBS 12

IF :XXNAG_PR_IR_FORM_BLK_V.CREATION_REQUISITION ='Y' AND
:XXNAG_PR_IR_FORM_BLK_V.REQUISITION_TYPE ='Internal' THEN
SET_ITEM_PROPERTY ('SOURCE_ORGANIZATION',REQUIRED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY ('SOURCE_ORGANIZATION',REQUIRED,PROPERTY_FALSE);
END IF;

No comments:

Post a Comment

How to change Employee Number Generation from Manual to Automatic in Oracle HRMS (When attempting to apply for a job in iRecruitment)

When attempting to apply for a job in iRecruitment, the following error occurs: ERROR: You must enter an Application Number. Solution: How t...