DBA Data[Home] [Help]

APPS.PN_VARIABLE_AMOUNT_PKG dependencies on PN_VAR_RENT_SUMM_S

Line 901: select pn_var_rent_SUMm_s.nextval

897: pnp_debug_pkg.put_log_msg(fnd_message.get);
898:
899: IF NVL(l_varrent_exists,'N') = 'N' THEN
900:
901: select pn_var_rent_SUMm_s.nextval
902: into l_var_rent_SUMm_id
903: from dual;
904:
905: IF g_rent_TYPE = 'FORECASTED' THEN

Line 2569: -- the corresponding record in pn_var_rent_SUMm should be deleted.

2565: -- Program to process rent when volume history is deleted. Checks to see
2566: -- if any volume history exists for an invoice date AND period. If none
2567: -- exists then the corresponding row in pn_var_rent_inv should be deleted.
2568: -- Also if no volume history exists for a group date AND line item then
2569: -- the corresponding record in pn_var_rent_SUMm should be deleted.
2570: --
2571: ----------------------------------------------------------------------------
2572: PROCEDURE process_vol_hist (
2573: p_grp_date_id IN NUMBER,