DBA Data[Home] [Help]

APPS.PO_AUTO_IMPLEMENT_PVT dependencies on STANDARD

Line 98: IF x_document_subtype = 'STANDARD' OR x_document_subtype = 'PLANNED' THEN

94:
95: l_progress:= '010';
96:
97: /* Figure out what type of doc we are auotimplementing */
98: IF x_document_subtype = 'STANDARD' OR x_document_subtype = 'PLANNED' THEN
99: x_document_type :='PO';
100: ELSIF x_document_subtype = 'BLANKET' THEN
101: x_document_type :='PA';
102: END IF;