DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PN_DISTRIBUTIONS_ALL

Line 370: FROM pn_distributions_all

366: SELECT account_id,
367: account_class,
368: percentage,
369: line_number
370: FROM pn_distributions_all
371: WHERE payment_term_id = p_term_id;
372:
373: CURSOR get_func_curr_code(p_set_of_books_id IN NUMBER) IS
374: SELECT currency_code ,chart_of_accounts_id

Line 1598: FROM pn_distributions_all

1594: CURSOR get_acnt_info(p_term_id NUMBER) IS
1595: SELECT account_id,
1596: account_class,
1597: percentage
1598: FROM pn_distributions_all
1599: WHERE payment_term_id = p_term_id;
1600:
1601: TYPE acnt_type IS
1602: TABLE OF get_acnt_info%ROWTYPE

Line 2351: FROM pn_distributions_all

2347: CURSOR get_acnt_info(p_term_id NUMBER) IS
2348: SELECT account_id,
2349: account_class,
2350: percentage
2351: FROM pn_distributions_all
2352: WHERE payment_term_id = p_term_id;
2353:
2354: TYPE acnt_type IS
2355: TABLE OF get_acnt_info%ROWTYPE