DBA Data[Home] [Help]

APPS.ECE_PO_ARCHIVE_PKG dependencies on PO_CODE_RELEASE_GRP

Line 106: IF (PO_CODE_RELEASE_GRP.Current_Release >=

102: -- Assert: The routine is called from the print routine and we need
103: -- to archive on print OR it is called from the approval
104: -- routine and we need to archive at approval.
105:
106: IF (PO_CODE_RELEASE_GRP.Current_Release >=
107: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J) THEN
108: PO_EDI_INTEGRATION_GRP.archive_po(
109: p_api_version => 1.0,
110: p_document_id => p_document_id,

Line 107: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J) THEN

103: -- to archive on print OR it is called from the approval
104: -- routine and we need to archive at approval.
105:
106: IF (PO_CODE_RELEASE_GRP.Current_Release >=
107: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J) THEN
108: PO_EDI_INTEGRATION_GRP.archive_po(
109: p_api_version => 1.0,
110: p_document_id => p_document_id,
111: p_document_type => p_document_type,