DBA Data[Home] [Help]

APPS.PN_APPROVE_VARENT_PKG dependencies on PN_DISTRIBUTIONS_ALL

Line 452: FROM pn_distributions_all pd

448: /* get the distributions for a term */
449: CURSOR get_distributions_c (p_term_ID IN NUMBER) IS
450: SELECT pd.account_class
451: ,pd.percentage
452: FROM pn_distributions_all pd
453: WHERE pd.payment_term_ID = p_term_ID;
454:
455: /* get the account class meaning from lookups */
456: CURSOR get_acc_class_c (p_acc_class_code IN VARCHAR2) is