DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_CORE_S

Line 57: G_PARAMETER_YES VARCHAR2(1) := PO_CORE_S.G_PARAMETER_YES;

53: -- Bug 3605355 END
54:
55: -- Parameter value constants:
56:
57: G_PARAMETER_YES VARCHAR2(1) := PO_CORE_S.G_PARAMETER_YES;
58: G_PARAMETER_NO VARCHAR2(1) := PO_CORE_S.G_PARAMETER_NO;
59:
60: -- Constants for the p_update_source parameter of update_document:
61:

Line 58: G_PARAMETER_NO VARCHAR2(1) := PO_CORE_S.G_PARAMETER_NO;

54:
55: -- Parameter value constants:
56:
57: G_PARAMETER_YES VARCHAR2(1) := PO_CORE_S.G_PARAMETER_YES;
58: G_PARAMETER_NO VARCHAR2(1) := PO_CORE_S.G_PARAMETER_NO;
59:
60: -- Constants for the p_update_source parameter of update_document:
61:
62: G_UPDATE_SOURCE_OM CONSTANT VARCHAR2(10) := 'OM'; -- OM (Drop Ship Integration)