DBA Data[Home] [Help]

APPS.PN_VAR_CHG_CAL_PKG dependencies on PN_VAR_CONSTRAINTS_ALL

Line 9: | Create records in the change calendar PN_VAR_CONSTRAINTS_ALL table from

5: | PROCEDURE COPY_PARENT_CONSTRAINTS
6: |
7: |
8: | DESCRIPTION
9: | Create records in the change calendar PN_VAR_CONSTRAINTS_ALL table from
10: | records in the parent variable rent agreement.
11: |
12: | SCOPE - PUBLIC
13: |

Line 83: INSERT INTO pn_var_constraints_all (

79: NULL;
80: ELSE
81: l_constr_num := l_constr_num + 1;
82:
83: INSERT INTO pn_var_constraints_all (
84: constraint_id,
85: constraint_num,
86: last_update_date,
87: last_updated_by,