DBA Data[Home] [Help]

APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 43: g_segment_attribute_type fnd_segment_attribute_values.segment_attribute_type%TYPE;

39:
40: --Globals for other values
41:
42: g_company_name VARCHAR2(250);
43: g_segment_attribute_type fnd_segment_attribute_values.segment_attribute_type%TYPE;
44: g_bsv_segment fnd_segment_attribute_values.application_column_name%TYPE;
45: g_account_segment fnd_segment_attribute_values.application_column_name%TYPE;
46: g_cost_center_segment fnd_segment_attribute_values.application_column_name%TYPE;
47:

Line 44: g_bsv_segment fnd_segment_attribute_values.application_column_name%TYPE;

40: --Globals for other values
41:
42: g_company_name VARCHAR2(250);
43: g_segment_attribute_type fnd_segment_attribute_values.segment_attribute_type%TYPE;
44: g_bsv_segment fnd_segment_attribute_values.application_column_name%TYPE;
45: g_account_segment fnd_segment_attribute_values.application_column_name%TYPE;
46: g_cost_center_segment fnd_segment_attribute_values.application_column_name%TYPE;
47:
48: g_period_set_name gl_sets_of_books.period_set_name%TYPE;

Line 45: g_account_segment fnd_segment_attribute_values.application_column_name%TYPE;

41:
42: g_company_name VARCHAR2(250);
43: g_segment_attribute_type fnd_segment_attribute_values.segment_attribute_type%TYPE;
44: g_bsv_segment fnd_segment_attribute_values.application_column_name%TYPE;
45: g_account_segment fnd_segment_attribute_values.application_column_name%TYPE;
46: g_cost_center_segment fnd_segment_attribute_values.application_column_name%TYPE;
47:
48: g_period_set_name gl_sets_of_books.period_set_name%TYPE;
49: g_accounted_period_type gl_sets_of_books.accounted_period_type%TYPE;

Line 46: g_cost_center_segment fnd_segment_attribute_values.application_column_name%TYPE;

42: g_company_name VARCHAR2(250);
43: g_segment_attribute_type fnd_segment_attribute_values.segment_attribute_type%TYPE;
44: g_bsv_segment fnd_segment_attribute_values.application_column_name%TYPE;
45: g_account_segment fnd_segment_attribute_values.application_column_name%TYPE;
46: g_cost_center_segment fnd_segment_attribute_values.application_column_name%TYPE;
47:
48: g_period_set_name gl_sets_of_books.period_set_name%TYPE;
49: g_accounted_period_type gl_sets_of_books.accounted_period_type%TYPE;
50: g_currency_code gl_sets_of_books.currency_code%TYPE;