DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_ACCTG_PKG

Line 2026: AP_WEB_ACCTG_PKG.BuildAccount(

2022: ------------------------------------------------------------
2023: l_debug_info := 'Get Emp Acctg Info';
2024: ------------------------------------------------------------
2025: begin
2026: AP_WEB_ACCTG_PKG.BuildAccount(
2027: p_report_header_id => null,
2028: p_report_line_id => null,
2029: p_employee_id => l_employee_id,
2030: p_cost_center => l_cost_center,

Line 2035: p_build_mode => AP_WEB_ACCTG_PKG.C_DEFAULT_VALIDATE,

2031: p_line_cost_center => null,
2032: p_exp_type_parameter_id => null,
2033: p_segments => null,
2034: p_ccid => null,
2035: p_build_mode => AP_WEB_ACCTG_PKG.C_DEFAULT_VALIDATE,
2036: p_new_segments => l_default_emp_segments,
2037: p_new_ccid => l_employee_ccid,
2038: p_return_error_message => l_header_error_message);
2039:

Line 2049: AP_WEB_ACCTG_PKG.GetConcatenatedSegments(

2045: p_chart_of_accounts_id => l_chart_of_accounts_id)) THEN
2046: NULL;
2047: END IF;
2048:
2049: AP_WEB_ACCTG_PKG.GetConcatenatedSegments(
2050: p_chart_of_accounts_id => l_chart_of_accounts_id,
2051: p_segments => l_default_emp_segments,
2052: p_concatenated_segments => l_concatenated_segments);
2053:

Line 2201: l_debug_info := 'AP_WEB_ACCTG_PKG.BuildDistProjectAccount';

2197: ------------------------------------------------------------------------
2198: l_is_projects_report := true;
2199:
2200: ------------------------------------------------------------------------
2201: l_debug_info := 'AP_WEB_ACCTG_PKG.BuildDistProjectAccount';
2202: ------------------------------------------------------------------------
2203: AP_WEB_ACCTG_PKG.BuildDistProjectAccount(
2204: p_report_header_id => p_report_header_id,
2205: p_report_line_id => V_ReportLineId,

Line 2203: AP_WEB_ACCTG_PKG.BuildDistProjectAccount(

2199:
2200: ------------------------------------------------------------------------
2201: l_debug_info := 'AP_WEB_ACCTG_PKG.BuildDistProjectAccount';
2202: ------------------------------------------------------------------------
2203: AP_WEB_ACCTG_PKG.BuildDistProjectAccount(
2204: p_report_header_id => p_report_header_id,
2205: p_report_line_id => V_ReportLineId,
2206: p_report_distribution_id => l_report_distribution_id,
2207: p_exp_type_parameter_id => l_exp_type_parameter_id,

Line 2364: AP_WEB_ACCTG_PKG.GetDistributionSegments(

2360: --------------------------------------------------------------
2361: --------------------------------------------------------------
2362: l_debug_info:='Get Distribution Segments';
2363: --------------------------------------------------------------
2364: AP_WEB_ACCTG_PKG.GetDistributionSegments(
2365: p_chart_of_accounts_id => l_chart_of_accounts_id,
2366: p_report_distribution_id => l_report_distribution_id,
2367: p_segments => l_existing_segments);
2368:

Line 2372: AP_WEB_ACCTG_PKG.BuildAccount(

2368:
2369: --------------------------------------------------------------
2370: l_debug_info:='Build Account';
2371: --------------------------------------------------------------
2372: AP_WEB_ACCTG_PKG.BuildAccount(
2373: p_report_header_id => p_report_header_id,
2374: p_report_line_id => V_ReportLineId,
2375: p_employee_id => l_employee_id,
2376: p_cost_center => l_cost_center,

Line 2381: p_build_mode => AP_WEB_ACCTG_PKG.C_VALIDATE,

2377: p_line_cost_center => l_line_cost_center,
2378: p_exp_type_parameter_id => l_exp_type_parameter_id,
2379: p_segments => l_existing_segments,
2380: p_ccid => null,
2381: p_build_mode => AP_WEB_ACCTG_PKG.C_VALIDATE,
2382: p_new_segments => l_dist_new_segments,
2383: p_new_ccid => l_exp_dist_ccid,
2384: p_return_error_message => l_return_error_message);
2385:

Line 2404: AP_WEB_ACCTG_PKG.BuildAccount(

2400:
2401: --------------------------------------------------------------
2402: l_debug_info:='Build Account';
2403: --------------------------------------------------------------
2404: AP_WEB_ACCTG_PKG.BuildAccount(
2405: p_report_header_id => p_report_header_id,
2406: p_report_line_id => V_ReportLineId,
2407: p_employee_id => l_employee_id,
2408: p_cost_center => l_cost_center,

Line 2413: p_build_mode => AP_WEB_ACCTG_PKG.C_DEFAULT_VALIDATE,

2409: p_line_cost_center => l_line_cost_center,
2410: p_exp_type_parameter_id => l_exp_type_parameter_id,
2411: p_segments => l_existing_segments,
2412: p_ccid => null,
2413: p_build_mode => AP_WEB_ACCTG_PKG.C_DEFAULT_VALIDATE,
2414: p_new_segments => l_dist_new_segments,
2415: p_new_ccid => l_exp_dist_ccid,
2416: p_return_error_message => l_return_error_message);
2417: