DBA Data[Home] [Help]

APPS.JTF_AE_SQLUTIL_API dependencies on JTF_PROFILEPROPERTIES_B_S1

Line 54: select jtf_profileproperties_b_s1.NextVal

50: /* Step 1: Get the profile_mappings_id for p_profileName */
51: v_FKey := getProfileID( p_ProfileName );
52:
53: /* Step 2: Get the nextVal for the primary key and object version */
54: select jtf_profileproperties_b_s1.NextVal
55: into v_Pkey
56: from dual;
57:
58: /* Insert into JTF_PROFILEPRPOPERTIES tables */

Line 98: select jtf_profileproperties_b_s1.NextVal

94:
95: v_propertyName := 'OBJECT_VERSION_NUMBER';
96:
97: /* Step 2: Get the nextVal for the primary key and object version */
98: select jtf_profileproperties_b_s1.NextVal
99: into v_Pkey
100: from dual;
101:
102: /* Insert into JTF_PROFILEPRPOPERTIES tables */

Line 147: select jtf_profileproperties_b_s1.NextVal

143: /* Step 2: Determine the attrName for new property */
144: p_ATTR := getAttrName( v_FKey, p_appID, p_isBase );
145:
146: /* Step 3: Get the nextVal for the primary key and object version */
147: select jtf_profileproperties_b_s1.NextVal
148: into p_PK
149: from dual;
150:
151: p_OID := 0;