DBA Data[Home] [Help]

APPS.ZX_EXTRACT_PKG dependencies on FND_PRODUCT_GROUPS

Line 47: l_multi_org_flag fnd_product_groups.multi_org_flag%type;

43: g_rep_context_country hr_locations_all.country%type;
44: g_rep_context_postal_code hr_locations_all.postal_code%type;
45: g_rep_context_phone_number hr_locations_all.telephone_number_1%type;
46:
47: l_multi_org_flag fnd_product_groups.multi_org_flag%type;
48: l_mrc_reporting_sob_id NUMBER;
49: g_balancing_segment VARCHAR2(25);
50: g_currency_code VARCHAR2(15);
51: l_accounting_segment VARCHAR2(25);

Line 65: FROM fnd_product_groups;

61:
62:
63: CURSOR multi_org_csr IS
64: SELECT multi_org_flag
65: FROM fnd_product_groups;
66:
67:
68: TYPE l_sql_statement_tabtype is table of varchar2(32600)
69: index by binary_integer;