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 1115: ap_exp_report_dists dist,

1111: sob.chart_of_accounts_id,
1112: erp.pa_expenditure_type new_expenditure_type
1113: FROM ap_expense_report_headers aerh,
1114: ap_expense_report_lines aerl,
1115: ap_exp_report_dists dist,
1116: ap_system_parameters s,
1117: fnd_currencies_vl c,
1118: gl_sets_of_books sob,
1119: ap_expense_report_params erp