DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on FND_PROFILE

Line 2132: IF (fnd_profile.VALUE ('PO_USE_REQ_NUM_IN_AUTOCREATE') = 'Y')

2128: THEN
2129: -- For Standard and Planned POs, the line number
2130: -- will be the same as the req line number if the profile
2131: -- is set to 'Y' otherwise use sequential numbers
2132: IF (fnd_profile.VALUE ('PO_USE_REQ_NUM_IN_AUTOCREATE') = 'Y')
2133: THEN
2134: -- use requisition numbers
2135: l_progress := '035';
2136:

Line 2191: END IF; -- if fnd_profile.value(PO_USE_REQ_NUM...) = 'Y'

2187:
2188: l_clin_num :=
2189: pon_clo_renumber_pkg.increment_clin_number (l_clin_num);
2190: END LOOP;
2191: END IF; -- if fnd_profile.value(PO_USE_REQ_NUM...) = 'Y'
2192: END IF; -- x_document_subtype IN ('STANDARD', 'PLANNED')
2193: ELSE
2194: -- mode = 'ADD'
2195: -- add to a po with the same order as on the req.