Monday 26 October 2015

Form Personalization - PO Lines Quantity None Editable When It Comes From Requisition for AutoCreate PO.

Step to open the Form Personalization window, using following steps...

Seq Descriptions Level Enable
10 XX PO Lines Quantity None Editable When It Comes
From Requisition from AutoCreate PO
Form YES




Condition Tab






Trigger Event WHEN-NEW-ITEM-INSTANCE

Trigger Object PO_LINES.QUANTITY





Condition (select r.segment1


from po_headers_all p,   


po_distributions_all d,  


po_req_distributions_all rd,   


po_requisition_lines_all rl,  


po_requisition_headers_all r   


where p.po_header_id = d.po_header_id   


and d.req_distribution_id = rd.distribution_id   


and rd.requisition_line_id = rl.requisition_line_id   


and rl.requisition_header_id = r.requisition_header_id  


and p.segment1 = :PO_HEADERS.SEGMENT1) is not null





Processing Mode  Both





Action Tab



Action Sequence Type Action Description Language Action Enabled
10 Property UPDATE_ALLOWED     All YES
20 Property INSERT_ALLOWED     All YES





For SEQ 10



Object Type Item


Target Object PO_LINES.QUANTITY


Property Name  UPDATE_ALLOWED


Value FALSE












For SEQ 20



Object Type Item


Target Object PO_LINES.QUANTITY


Property Name  INSERT_ALLOWED


Value FALSE



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...