DBA Data[Home] [Help]

APPS.PA_MC_CURRENCY_PKG dependencies on PA_MC_CC_DIST_LINES_ALL

Line 1973: FROM pa_mc_cc_dist_lines_all

1969: SELECT amount,
1970: acct_tp_exchange_rate,
1971: acct_tp_rate_date,
1972: acct_tp_rate_type
1973: FROM pa_mc_cc_dist_lines_all
1974: WHERE set_of_books_id = x_set_of_books_id
1975: AND expenditure_item_id = x_exp_item_id
1976: AND line_num = ( select max(line_num)
1977: from PA_CC_DIST_LINES_ALL

Line 1986: x_err_stage := ' Select from pa_mc_cc_dist_lines_all';

1982:
1983: l_old_stack := x_err_stack;
1984: x_err_code := 0;
1985: x_err_stack := x_err_stack ||'->PA_MC_CURRENCY_PKG.get_ccdl_tp_amts';
1986: x_err_stage := ' Select from pa_mc_cc_dist_lines_all';
1987: x_transfer_price := NULL;
1988:
1989: open C_TP_REC ;
1990: