DBA Data[Home] [Help]

APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_CONSTRAINTS_PKG

Line 2964: | PN_VAR_CONSTRAINTS_PKG.DELETE_ROW

2960: |
2961: | SCOPE - PUBLIC
2962: |
2963: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED
2964: | PN_VAR_CONSTRAINTS_PKG.DELETE_ROW
2965: |
2966: | ARGUMENTS : IN:
2967: | p_var_rent_id
2968: | p_term_date

Line 3003: PN_VAR_CONSTRAINTS_PKG.DELETE_ROW(constr_rec.constraint_id);

2999: pnp_debug_pkg.debug ('PN_VAR_RENT_PKG.DELETE_VAR_RENT_CONSTR (+)');
3000:
3001: FOR constr_rec IN c1 LOOP
3002:
3003: PN_VAR_CONSTRAINTS_PKG.DELETE_ROW(constr_rec.constraint_id);
3004:
3005: l_counter := l_counter + 1;
3006:
3007: IF l_counter = 1000 THEN

Line 9561: pn_var_constraints_pkg.insert_row( x_rowid => l_rowid,

9557: l_rowid := NULL;
9558: l_constrid := NULL;
9559: l_constrnum := NULL;
9560:
9561: pn_var_constraints_pkg.insert_row( x_rowid => l_rowid,
9562: x_constraint_id => l_constrid,
9563: x_constraint_num => l_constrnum,
9564: x_period_id => period_rec.period_id,
9565: x_constr_cat_code => constraint_rec.constr_cat_code,