DBA Data[Home] [Help]

APPS.ECE_PO_ARCHIVE_PKG dependencies on STANDARD

Line 149: -- When STANDARD or PLANNED

145: -- Algr: Check if the current revision is already archived. If so return.
146: -- Case entity.document_type is
147: -- When PO
148: -- Case entity.document_subtype is
149: -- When STANDARD or PLANNED
150: -- archive PO_HEADERS
151: -- when modified archive PO_LINES, PO_LINE_LOCATIONS and
152: -- PO_DISTRIBUTIONS.
153: -- End Case

Line 181: IF p_document_subtype IN ('STANDARD','PLANNED') THEN

177: BEGIN
178: -- Determine what kind of document this is.
179: IF p_document_type = 'PO' then
180: -- Assert: It is a Purchase Order.
181: IF p_document_subtype IN ('STANDARD','PLANNED') THEN
182: -- Assert: It is a Standard or Planned Purchase Order.
183: -- Get the revision number and check if it is different from the
184: -- latest archived version.
185: -- l_revision_num and l_archive_ok are OUT variables and are

Line 182: -- Assert: It is a Standard or Planned Purchase Order.

178: -- Determine what kind of document this is.
179: IF p_document_type = 'PO' then
180: -- Assert: It is a Purchase Order.
181: IF p_document_subtype IN ('STANDARD','PLANNED') THEN
182: -- Assert: It is a Standard or Planned Purchase Order.
183: -- Get the revision number and check if it is different from the
184: -- latest archived version.
185: -- l_revision_num and l_archive_ok are OUT variables and are
186: -- populated by this procedure call