DBA Data[Home] [Help]

APPS.OPI_DBI_CURR_INV_EXP_PKG dependencies on STANDARD

Line 22: -- Primary cost method for standard costing organizations

18:
19: -- Error messages will be 300 characters (arbitrary choice)
20: C_ERRBUF_SIZE CONSTANT NUMBER := 300;
21:
22: -- Primary cost method for standard costing organizations
23: C_STANDARD_COSTING_ORG CONSTANT NUMBER := 1;
24:
25: -- Frozen cost type for standard costing orgs
26: C_FROZEN_COST_TYPE CONSTANT NUMBER := 1;

Line 23: C_STANDARD_COSTING_ORG CONSTANT NUMBER := 1;

19: -- Error messages will be 300 characters (arbitrary choice)
20: C_ERRBUF_SIZE CONSTANT NUMBER := 300;
21:
22: -- Primary cost method for standard costing organizations
23: C_STANDARD_COSTING_ORG CONSTANT NUMBER := 1;
24:
25: -- Frozen cost type for standard costing orgs
26: C_FROZEN_COST_TYPE CONSTANT NUMBER := 1;
27:

Line 25: -- Frozen cost type for standard costing orgs

21:
22: -- Primary cost method for standard costing organizations
23: C_STANDARD_COSTING_ORG CONSTANT NUMBER := 1;
24:
25: -- Frozen cost type for standard costing orgs
26: C_FROZEN_COST_TYPE CONSTANT NUMBER := 1;
27:
28: -- Primary cost method for standard costing organizations
29: C_EXPENSE_ITEM_FLAG CONSTANT VARCHAR2(1) := 'N';

Line 28: -- Primary cost method for standard costing organizations

24:
25: -- Frozen cost type for standard costing orgs
26: C_FROZEN_COST_TYPE CONSTANT NUMBER := 1;
27:
28: -- Primary cost method for standard costing organizations
29: C_EXPENSE_ITEM_FLAG CONSTANT VARCHAR2(1) := 'N';
30:
31: -- Marker for expense subinventories
32: C_EXPENSE_SUBINVENTORY CONSTANT NUMBER := '2';