DBA Data[Home] [Help]

APPS.PNT_LOCATION_FEATURES_PKG dependencies on DUAL

Line 65: FROM dual;

61: -- Allocate the sequence to the primary key loction_id
62: -----------------------------------------------------------------
63: SELECT pn_location_features_s.nextval
64: INTO x_location_feature_id
65: FROM dual;
66:
67: IF x_org_id IS NULL THEN
68: FOR rec IN org_cur LOOP
69: l_org_id := rec.org_id;