DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_CORE_S

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

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

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

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