DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPDIST_PKG dependencies on AP_WEB_ACCTG_PKG

Line 1435: AP_WEB_ACCTG_PKG.GetCostCenterSegmentName(l_cc_segment_name);

1431:
1432:
1433: BEGIN
1434: -- Fetch the cost center segment name
1435: AP_WEB_ACCTG_PKG.GetCostCenterSegmentName(l_cc_segment_name);
1436:
1437: -- Fetch the costcenter segment value.
1438: EXECUTE IMMEDIATE 'select '|| l_cc_segment_name || ' from gl_code_combinations where code_combination_id = :1'
1439: into l_segment_value