DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PN_DISTRIBUTIONS_ALL

Line 1130: FROM pn_distributions_all

1126: CURSOR get_acnt_info(p_term_id NUMBER) IS
1127: SELECT account_id,
1128: account_class,
1129: percentage
1130: FROM pn_distributions_all
1131: WHERE payment_term_id = p_term_id;
1132:
1133: TYPE acnt_type IS
1134: TABLE OF get_acnt_info%ROWTYPE

Line 1883: FROM pn_distributions_all

1879: CURSOR get_acnt_info(p_term_id NUMBER) IS
1880: SELECT account_id,
1881: account_class,
1882: percentage
1883: FROM pn_distributions_all
1884: WHERE payment_term_id = p_term_id;
1885:
1886: TYPE acnt_type IS
1887: TABLE OF get_acnt_info%ROWTYPE