DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on AP_EXP_REPORT_DISTS

Line 553: -- the segment values stored in ap_exp_report_dists and returns

549: -- Returns the segment values array of the key flexfield
550: --
551: -- Description
552: -- There is no equivalent for this function. This function takes
553: -- the segment values stored in ap_exp_report_dists and returns
554: -- the segment values array according to the kff structure.
555: --
556: -- Modification History
557: -- ALING 30-SEP-04 Created.

Line 619: sqlstmt := 'SELECT '||sqlstmt||' FROM AP_EXP_REPORT_DISTS

615: END IF;
616:
617: END LOOP;
618:
619: sqlstmt := 'SELECT '||sqlstmt||' FROM AP_EXP_REPORT_DISTS
620: WHERE report_distribution_id = :report_distribution_id';
621:
622: close cflex;
623:

Line 1120: ap_exp_report_dists dist,

1116: sob.chart_of_accounts_id,
1117: erp.pa_expenditure_type new_expenditure_type
1118: FROM ap_expense_report_headers aerh,
1119: ap_expense_report_lines aerl,
1120: ap_exp_report_dists dist,
1121: ap_system_parameters s,
1122: fnd_currencies_vl c,
1123: gl_sets_of_books sob,
1124: ap_expense_report_params erp