DBA Data[Home] [Help]

APPS.CUG_VALIDATE_ADDRESS_PUB dependencies on JTF_USR_HKS

Line 57: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

53: l_incident_address_rec(l_incident_address_index).validation_status := 'S';
54:
55:
56: -- Pre Call to Customer Hook
57: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
58: 'Validate_Address',
59: 'B', 'C') THEN
60:
61:

Line 85: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

81:
82:
83: -- Pre call to the Vertical Type User Hook
84: --
85: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
86: 'Validate_Address',
87: 'B', 'V') THEN
88:
89: CUG_Validate_Address_VUHK.Validate_Incident_Address_Pre (

Line 136: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

132: -- End of changes by ANEEMUCH
133:
134:
135: -- Post Call to Customer Hook
136: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
137: 'Validate_Address',
138: 'A', 'C') THEN
139:
140: CUG_Validate_Address_CUHK.Validate_Incident_Address_Post (

Line 161: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

157: END IF;
158:
159: -- Post call to the Vertical Type User Hook
160: --
161: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
162: 'Validate_Address',
163: 'A', 'V') THEN
164:
165: CUG_Validate_Address_VUHK.Validate_Incident_Address_Post (

Line 227: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

223:
224:
225:
226: -- Pre Call to Customer Hook
227: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
228: 'Validate_Type',
229: 'B', 'C') THEN
230:
231: CUG_Validate_Address_CUHK.Validate_Incident_Type_Pre (

Line 253: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

249:
250:
251: -- Pre call to the Vertical Type User Hook
252: --
253: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
254: 'Validate_Type',
255: 'B', 'V') THEN
256:
257: CUG_Validate_Address_VUHK.Validate_Incident_Type_Pre (

Line 304: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

300: -- End of changes by ANEEMUCH
301:
302:
303: -- Post Call to Customer Hook
304: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
305: 'Validate_Type',
306: 'A', 'C') THEN
307:
308:

Line 330: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',

326: END IF;
327:
328: -- Post call to the Vertical Type User Hook
329: --
330: IF jtf_usr_hks.Ok_To_Execute('CUG_Validate_Address_Pub',
331: 'Validate_Type',
332: 'A', 'V') THEN
333:
334: CUG_Validate_Address_VUHK.Validate_Incident_Type_Post (