DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_EXTNS_AUD_PVT dependencies on JTF_RS_RESOURCE_EXTNS

Line 1: Package Body JTF_RS_RESOURCE_EXTNS_AUD_PVT AS

1: Package Body JTF_RS_RESOURCE_EXTNS_AUD_PVT AS
2: /* $Header: jtfrsarb.pls 120.0 2005/05/11 08:19:11 appldev ship $ */
3: -- API Name : JTF_RESOURCE_EXTNS_AUD_PVT
4: -- Type : Private
5: -- Purpose : Inserts IN the JTF_RESOURCE_EXTN_AUD

Line 18: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,

14: PROCEDURE INSERT_RESOURCE(
15: P_API_VERSION IN NUMBER,
16: P_INIT_MSG_LIST IN VARCHAR2,
17: P_COMMIT IN VARCHAR2,
18: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

Line 19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,

15: P_API_VERSION IN NUMBER,
16: P_INIT_MSG_LIST IN VARCHAR2,
17: P_COMMIT IN VARCHAR2,
18: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

Line 20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,

16: P_INIT_MSG_LIST IN VARCHAR2,
17: P_COMMIT IN VARCHAR2,
18: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

Line 21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,

17: P_COMMIT IN VARCHAR2,
18: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

Line 22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

18: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

Line 23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

19: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

Line 24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

20: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

Line 25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

21: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

Line 26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

22: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

Line 27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

23: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

Line 28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

24: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

Line 29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

25: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

Line 30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

26: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

Line 31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

27: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

Line 32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

28: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

Line 33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

29: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

Line 34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

30: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

Line 35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

31: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

Line 36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

32: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

Line 37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

33: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

Line 38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

34: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
42: --P_LOCATION IN MDSYS.SDO_GEOMETRY,

Line 39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

35: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
42: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
43: P_TRANSACTION_NUMBER IN NUMBER,

Line 40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

36: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
42: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
43: P_TRANSACTION_NUMBER IN NUMBER,
44: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

Line 41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

37: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
38: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
39: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
42: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
43: P_TRANSACTION_NUMBER IN NUMBER,
44: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
45: P_OBJECT_VERSION_NUMBER IN NUMBER,

Line 44: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

40: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
41: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
42: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
43: P_TRANSACTION_NUMBER IN NUMBER,
44: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
45: P_OBJECT_VERSION_NUMBER IN NUMBER,
46: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
47: X_MSG_COUNT OUT NOCOPY NUMBER,
48: X_MSG_DATA OUT NOCOPY VARCHAR2 )

Line 192: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,

188: PROCEDURE INSERT_RESOURCE(
189: P_API_VERSION IN NUMBER,
190: P_INIT_MSG_LIST IN VARCHAR2,
191: P_COMMIT IN VARCHAR2,
192: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

Line 193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,

189: P_API_VERSION IN NUMBER,
190: P_INIT_MSG_LIST IN VARCHAR2,
191: P_COMMIT IN VARCHAR2,
192: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

Line 194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,

190: P_INIT_MSG_LIST IN VARCHAR2,
191: P_COMMIT IN VARCHAR2,
192: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

Line 195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,

191: P_COMMIT IN VARCHAR2,
192: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

Line 196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

192: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

Line 197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

193: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

Line 198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

194: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

Line 199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

195: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

Line 200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

196: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

Line 201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

197: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

Line 202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

198: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

Line 203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

199: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

Line 204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

200: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

Line 205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

201: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

Line 206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

202: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

Line 207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

203: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

Line 208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

204: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

Line 209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

205: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

Line 210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

206: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

Line 211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

207: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

Line 212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

208: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
216: --P_LOCATION IN MDSYS.SDO_GEOMETRY,

Line 213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

209: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
216: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
217: P_TRANSACTION_NUMBER IN NUMBER,

Line 214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

210: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
216: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
217: P_TRANSACTION_NUMBER IN NUMBER,
218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

Line 215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

211: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
212: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
213: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
216: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
217: P_TRANSACTION_NUMBER IN NUMBER,
218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
219: P_OBJECT_VERSION_NUMBER IN NUMBER,

Line 218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

214: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
215: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
216: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
217: P_TRANSACTION_NUMBER IN NUMBER,
218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
219: P_OBJECT_VERSION_NUMBER IN NUMBER,
220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,

Line 220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,

216: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
217: P_TRANSACTION_NUMBER IN NUMBER,
218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
219: P_OBJECT_VERSION_NUMBER IN NUMBER,
220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,

Line 221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,

217: P_TRANSACTION_NUMBER IN NUMBER,
218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
219: P_OBJECT_VERSION_NUMBER IN NUMBER,
220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,

Line 222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,

218: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
219: P_OBJECT_VERSION_NUMBER IN NUMBER,
220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,

Line 223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,

219: P_OBJECT_VERSION_NUMBER IN NUMBER,
220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,

Line 224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,

220: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,

Line 225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,

221: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,

Line 226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,

222: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,

Line 227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,

223: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,

Line 228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,

224: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,

Line 229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,

225: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,

Line 230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,

226: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,

Line 231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,

227: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,

Line 232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,

228: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,

Line 233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,

229: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,

Line 234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,

230: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,

Line 235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,

231: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,

Line 236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,

232: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,

Line 237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,

233: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,

Line 238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,

234: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,

Line 239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,

235: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,

Line 240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,

236: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,

Line 241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,

237: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,

Line 242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,

238: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,

Line 243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,

239: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,

Line 244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,

240: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,

Line 245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,

241: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,

Line 246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,

242: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,

Line 247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,

243: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,

Line 248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,

244: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,

Line 249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,

245: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
253: X_RETURN_STATUS OUT NOCOPY VARCHAR2,

Line 250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,

246: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
253: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
254: X_MSG_COUNT OUT NOCOPY NUMBER,

Line 251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,

247: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
253: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
254: X_MSG_COUNT OUT NOCOPY NUMBER,
255: X_MSG_DATA OUT NOCOPY VARCHAR2,

Line 252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,

248: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
249: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
250: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
251: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
253: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
254: X_MSG_COUNT OUT NOCOPY NUMBER,
255: X_MSG_DATA OUT NOCOPY VARCHAR2,
256: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,

Line 256: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,

252: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
253: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
254: X_MSG_COUNT OUT NOCOPY NUMBER,
255: X_MSG_DATA OUT NOCOPY VARCHAR2,
256: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,
257: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE)
258: IS
259: l_resource_extn_aud_id jtf_rs_resource_extn_aud.resource_audit_id%type;
260: l_row_id varchar2(24) := null;

Line 257: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE)

253: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
254: X_MSG_COUNT OUT NOCOPY NUMBER,
255: X_MSG_DATA OUT NOCOPY VARCHAR2,
256: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,
257: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE)
258: IS
259: l_resource_extn_aud_id jtf_rs_resource_extn_aud.resource_audit_id%type;
260: l_row_id varchar2(24) := null;
261:

Line 469: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,

465: PROCEDURE UPDATE_RESOURCE(
466: P_API_VERSION IN NUMBER,
467: P_INIT_MSG_LIST IN VARCHAR2,
468: P_COMMIT IN VARCHAR2,
469: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

Line 470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,

466: P_API_VERSION IN NUMBER,
467: P_INIT_MSG_LIST IN VARCHAR2,
468: P_COMMIT IN VARCHAR2,
469: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

Line 471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,

467: P_INIT_MSG_LIST IN VARCHAR2,
468: P_COMMIT IN VARCHAR2,
469: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

Line 472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,

468: P_COMMIT IN VARCHAR2,
469: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

Line 473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

469: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

Line 474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

470: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

Line 475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

471: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

Line 476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

472: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

Line 477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

473: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

Line 478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

474: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

Line 479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

475: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

Line 480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

476: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

Line 481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

477: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

Line 482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

478: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

Line 483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

479: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

Line 484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

480: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

Line 485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

481: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

Line 486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

482: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

Line 487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

483: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

Line 488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

484: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

Line 489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

485: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
493: --P_LOCATION IN MDSYS.SDO_GEOMETRY,

Line 490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

486: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
493: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
494: P_TRANSACTION_NUMBER IN NUMBER,

Line 491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

487: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
493: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
494: P_TRANSACTION_NUMBER IN NUMBER,
495: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

Line 492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

488: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
489: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
490: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
493: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
494: P_TRANSACTION_NUMBER IN NUMBER,
495: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
496: P_OBJECT_VERSION_NUMBER IN NUMBER,

Line 495: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

491: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
492: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
493: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
494: P_TRANSACTION_NUMBER IN NUMBER,
495: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
496: P_OBJECT_VERSION_NUMBER IN NUMBER,
497: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
498: X_MSG_COUNT OUT NOCOPY NUMBER,
499: X_MSG_DATA OUT NOCOPY VARCHAR2 )

Line 502: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)

498: X_MSG_COUNT OUT NOCOPY NUMBER,
499: X_MSG_DATA OUT NOCOPY VARCHAR2 )
500: IS
501:
502: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)
503: IS
504: SELECT category
505: ,resource_number
506: ,source_id

Line 531: FROM jtf_rs_resource_extns

527: ,transaction_number
528: ,object_version_number
529: --,location
530: , user_id
531: FROM jtf_rs_resource_extns
532: WHERE resource_id = l_resource_id;
533:
534:
535: --declare variables

Line 537: l_resource_number jtf_rs_resource_extns.resource_number%type;

533:
534:
535: --declare variables
536: --old value
537: l_resource_number jtf_rs_resource_extns.resource_number%type;
538: l_category jtf_rs_resource_extns.category%type;
539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;

Line 538: l_category jtf_rs_resource_extns.category%type;

534:
535: --declare variables
536: --old value
537: l_resource_number jtf_rs_resource_extns.resource_number%type;
538: l_category jtf_rs_resource_extns.category%type;
539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;

Line 539: l_source_id jtf_rs_resource_extns.source_id%type ;

535: --declare variables
536: --old value
537: l_resource_number jtf_rs_resource_extns.resource_number%type;
538: l_category jtf_rs_resource_extns.category%type;
539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;

Line 540: l_address_id jtf_rs_resource_extns.address_id%type ;

536: --old value
537: l_resource_number jtf_rs_resource_extns.resource_number%type;
538: l_category jtf_rs_resource_extns.category%type;
539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;

Line 541: l_contact_id jtf_rs_resource_extns.contact_id%type ;

537: l_resource_number jtf_rs_resource_extns.resource_number%type;
538: l_category jtf_rs_resource_extns.category%type;
539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;

Line 542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;

538: l_category jtf_rs_resource_extns.category%type;
539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;

Line 543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;

539: l_source_id jtf_rs_resource_extns.source_id%type ;
540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;

Line 544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;

540: l_address_id jtf_rs_resource_extns.address_id%type ;
541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;

Line 545: l_time_zone jtf_rs_resource_extns.time_zone%type ;

541: l_contact_id jtf_rs_resource_extns.contact_id%type ;
542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;

Line 546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;

542: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;

Line 547: l_primary_language jtf_rs_resource_extns.primary_language%type ;

543: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;

Line 548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;

544: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;

Line 549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;

545: l_time_zone jtf_rs_resource_extns.time_zone%type ;
546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;

Line 550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;

546: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;

Line 551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;

547: l_primary_language jtf_rs_resource_extns.primary_language%type ;
548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;

Line 552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;

548: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;

Line 553: l_cost_center jtf_rs_resource_extns.cost_center%type ;

549: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;

Line 554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;

550: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;

Line 555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;

551: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;

Line 556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;

552: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
560: --l_location mdsys.sdo_geometry ;

Line 557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;

553: l_cost_center jtf_rs_resource_extns.cost_center%type ;
554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
560: --l_location mdsys.sdo_geometry ;
561: l_transaction_number number;

Line 558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;

554: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
560: --l_location mdsys.sdo_geometry ;
561: l_transaction_number number;
562: l_user_id_o jtf_rs_resource_extns.user_id%type;

Line 559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;

555: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
556: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
557: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
560: --l_location mdsys.sdo_geometry ;
561: l_transaction_number number;
562: l_user_id_o jtf_rs_resource_extns.user_id%type;
563: l_object_version_number number;

Line 562: l_user_id_o jtf_rs_resource_extns.user_id%type;

558: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
559: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
560: --l_location mdsys.sdo_geometry ;
561: l_transaction_number number;
562: l_user_id_o jtf_rs_resource_extns.user_id%type;
563: l_object_version_number number;
564:
565:
566:

Line 571: l_resource_number_n jtf_rs_resource_extns.resource_number%type;

567:
568:
569:
570: --new values
571: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
572: l_category_n jtf_rs_resource_extns.category%type;
573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;

Line 572: l_category_n jtf_rs_resource_extns.category%type;

568:
569:
570: --new values
571: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
572: l_category_n jtf_rs_resource_extns.category%type;
573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;

Line 573: l_source_id_n jtf_rs_resource_extns.source_id%type ;

569:
570: --new values
571: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
572: l_category_n jtf_rs_resource_extns.category%type;
573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;

Line 574: l_address_id_n jtf_rs_resource_extns.address_id%type ;

570: --new values
571: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
572: l_category_n jtf_rs_resource_extns.category%type;
573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;

Line 575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;

571: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
572: l_category_n jtf_rs_resource_extns.category%type;
573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;

Line 576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;

572: l_category_n jtf_rs_resource_extns.category%type;
573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;

Line 577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;

573: l_source_id_n jtf_rs_resource_extns.source_id%type ;
574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;

Line 578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;

574: l_address_id_n jtf_rs_resource_extns.address_id%type ;
575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;

Line 579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;

575: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;

Line 580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;

576: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;

Line 581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;

577: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;

Line 582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;

578: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;

Line 583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;

579: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;

Line 584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;

580: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;

Line 585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;

581: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;

Line 586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;

582: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;

Line 587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;

583: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;

Line 588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;

584: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;

Line 589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;

585: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;

Line 590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;

586: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
594: --l_location_n mdsys.sdo_geometry ;

Line 591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;

587: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
594: --l_location_n mdsys.sdo_geometry ;
595: l_transaction_number_n number;

Line 592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;

588: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
594: --l_location_n mdsys.sdo_geometry ;
595: l_transaction_number_n number;
596: l_user_id_n jtf_rs_resource_extns.user_id%type;

Line 593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;

589: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
590: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
591: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
594: --l_location_n mdsys.sdo_geometry ;
595: l_transaction_number_n number;
596: l_user_id_n jtf_rs_resource_extns.user_id%type;
597: l_object_version_number_n number;

Line 596: l_user_id_n jtf_rs_resource_extns.user_id%type;

592: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
593: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
594: --l_location_n mdsys.sdo_geometry ;
595: l_transaction_number_n number;
596: l_user_id_n jtf_rs_resource_extns.user_id%type;
597: l_object_version_number_n number;
598:
599: rr_old_rec rr_old_cur%rowtype;
600: l_resource_extn_aud_id jtf_rs_resource_extn_aud.resource_audit_id%type;

Line 892: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,

888: PROCEDURE UPDATE_RESOURCE(
889: P_API_VERSION IN NUMBER,
890: P_INIT_MSG_LIST IN VARCHAR2,
891: P_COMMIT IN VARCHAR2,
892: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

Line 893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,

889: P_API_VERSION IN NUMBER,
890: P_INIT_MSG_LIST IN VARCHAR2,
891: P_COMMIT IN VARCHAR2,
892: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

Line 894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,

890: P_INIT_MSG_LIST IN VARCHAR2,
891: P_COMMIT IN VARCHAR2,
892: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

Line 895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,

891: P_COMMIT IN VARCHAR2,
892: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

Line 896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,

892: P_RESOURCE_ID IN JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE,
893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

Line 897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,

893: P_RESOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.RESOURCE_NUMBER%TYPE,
894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

Line 898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,

894: P_CATEGORY IN JTF_RS_RESOURCE_EXTNS.CATEGORY%TYPE,
895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

Line 899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,

895: P_SOURCE_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ID%TYPE,
896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

Line 900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,

896: P_ADDRESS_ID IN JTF_RS_RESOURCE_EXTNS.ADDRESS_ID%TYPE,
897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

Line 901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,

897: P_CONTACT_ID IN JTF_RS_RESOURCE_EXTNS.CONTACT_ID%TYPE,
898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

Line 902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,

898: P_MANAGING_EMP_ID IN JTF_RS_RESOURCE_EXTNS.MANAGING_EMPLOYEE_ID%TYPE,
899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

Line 903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,

899: P_START_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.START_DATE_ACTIVE%TYPE,
900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

Line 904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,

900: P_END_DATE_ACTIVE IN JTF_RS_RESOURCE_EXTNS.END_DATE_ACTIVE%TYPE,
901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

Line 905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,

901: P_TIME_ZONE IN JTF_RS_RESOURCE_EXTNS.TIME_ZONE%TYPE,
902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

Line 906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,

902: P_COST_PER_HR IN JTF_RS_RESOURCE_EXTNS.COST_PER_HR%TYPE,
903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

Line 907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,

903: P_PRIMARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.PRIMARY_LANGUAGE%TYPE,
904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

Line 908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,

904: P_SECONDARY_LANGUAGE IN JTF_RS_RESOURCE_EXTNS.SECONDARY_LANGUAGE%TYPE,
905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

Line 909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,

905: P_SUPPORT_SITE_ID IN JTF_RS_RESOURCE_EXTNS.SUPPORT_SITE_ID%TYPE,
906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

Line 910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,

906: P_IES_AGENT_LOGIN IN JTF_RS_RESOURCE_EXTNS.IES_AGENT_LOGIN%TYPE,
907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

Line 911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,

907: P_SERVER_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.SERVER_GROUP_ID%TYPE,
908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

Line 912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,

908: P_ASSIGNED_TO_GROUP_ID IN JTF_RS_RESOURCE_EXTNS.ASSIGNED_TO_GROUP_ID%TYPE,
909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
916: --P_LOCATION IN MDSYS.SDO_GEOMETRY,

Line 913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,

909: P_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.COST_CENTER%TYPE,
910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
916: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
917: P_TRANSACTION_NUMBER IN NUMBER,

Line 914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,

910: P_CHARGE_TO_COST_CENTER IN JTF_RS_RESOURCE_EXTNS.CHARGE_TO_COST_CENTER%TYPE,
911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
916: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
917: P_TRANSACTION_NUMBER IN NUMBER,
918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

Line 915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,

911: P_COMP_CURRENCY_CODE IN JTF_RS_RESOURCE_EXTNS.COMPENSATION_CURRENCY_CODE%TYPE,
912: P_COMMISSIONABLE_FLAG IN JTF_RS_RESOURCE_EXTNS.COMMISSIONABLE_FLAG%TYPE,
913: P_HOLD_REASON_CODE IN JTF_RS_RESOURCE_EXTNS.HOLD_REASON_CODE%TYPE,
914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
916: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
917: P_TRANSACTION_NUMBER IN NUMBER,
918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
919: P_OBJECT_VERSION_NUMBER IN NUMBER,

Line 918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,

914: P_HOLD_PAYMENT IN JTF_RS_RESOURCE_EXTNS.HOLD_PAYMENT%TYPE,
915: P_COMP_SERVICE_TEAM_ID IN JTF_RS_RESOURCE_EXTNS.COMP_SERVICE_TEAM_ID%TYPE,
916: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
917: P_TRANSACTION_NUMBER IN NUMBER,
918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
919: P_OBJECT_VERSION_NUMBER IN NUMBER,
920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,

Line 920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,

916: --P_LOCATION IN MDSYS.SDO_GEOMETRY,
917: P_TRANSACTION_NUMBER IN NUMBER,
918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
919: P_OBJECT_VERSION_NUMBER IN NUMBER,
920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,

Line 921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,

917: P_TRANSACTION_NUMBER IN NUMBER,
918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
919: P_OBJECT_VERSION_NUMBER IN NUMBER,
920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,

Line 922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,

918: P_USER_ID IN JTF_RS_RESOURCE_EXTNS.USER_ID%TYPE,
919: P_OBJECT_VERSION_NUMBER IN NUMBER,
920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,

Line 923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,

919: P_OBJECT_VERSION_NUMBER IN NUMBER,
920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,

Line 924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,

920: P_RESOURCE_NAME IN JTF_RS_RESOURCE_EXTNS_TL.RESOURCE_NAME%TYPE,
921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,

Line 925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,

921: P_SOURCE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_NAME%TYPE,
922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,

Line 926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,

922: P_SOURCE_NUMBER IN JTF_RS_RESOURCE_EXTNS.SOURCE_NUMBER%TYPE,
923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,

Line 927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,

923: P_SOURCE_JOB_TITLE IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_TITLE%TYPE,
924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,

Line 928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,

924: P_SOURCE_EMAIL IN JTF_RS_RESOURCE_EXTNS.SOURCE_EMAIL%TYPE,
925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,

Line 929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,

925: P_SOURCE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PHONE%TYPE,
926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,

Line 930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,

926: P_SOURCE_ORG_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_ID%TYPE,
927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,

Line 931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,

927: P_SOURCE_ORG_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_ORG_NAME%TYPE,
928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,

Line 932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,

928: P_SOURCE_ADDRESS1 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS1%TYPE,
929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,

Line 933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,

929: P_SOURCE_ADDRESS2 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS2%TYPE,
930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,

Line 934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,

930: P_SOURCE_ADDRESS3 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS3%TYPE,
931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,

Line 935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,

931: P_SOURCE_ADDRESS4 IN JTF_RS_RESOURCE_EXTNS.SOURCE_ADDRESS4%TYPE,
932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,

Line 936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,

932: P_SOURCE_CITY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CITY%TYPE,
933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,

Line 937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,

933: P_SOURCE_POSTAL_CODE IN JTF_RS_RESOURCE_EXTNS.SOURCE_POSTAL_CODE%TYPE,
934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,

Line 938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,

934: P_SOURCE_STATE IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATE%TYPE,
935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,

Line 939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,

935: P_SOURCE_PROVINCE IN JTF_RS_RESOURCE_EXTNS.SOURCE_PROVINCE%TYPE,
936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,

Line 940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,

936: P_SOURCE_COUNTY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTY%TYPE,
937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,

Line 941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,

937: P_SOURCE_COUNTRY IN JTF_RS_RESOURCE_EXTNS.SOURCE_COUNTRY%TYPE,
938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,

Line 942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,

938: P_SOURCE_MGR_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_ID%TYPE,
939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,

Line 943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,

939: P_SOURCE_MGR_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MGR_NAME%TYPE,
940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,

Line 944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,

940: P_SOURCE_BUSINESS_GRP_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_ID%TYPE,
941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,

Line 945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,

941: P_SOURCE_BUSINESS_GRP_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_BUSINESS_GRP_NAME%TYPE,
942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,

Line 946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,

942: P_SOURCE_FIRST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_FIRST_NAME%TYPE,
943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,

Line 947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,

943: P_SOURCE_LAST_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_LAST_NAME%TYPE,
944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,

Line 948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,

944: P_SOURCE_MIDDLE_NAME IN JTF_RS_RESOURCE_EXTNS.SOURCE_MIDDLE_NAME%TYPE,
945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,

Line 949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,

945: P_SOURCE_CATEGORY IN JTF_RS_RESOURCE_EXTNS.SOURCE_CATEGORY%TYPE,
946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
953: X_RETURN_STATUS OUT NOCOPY VARCHAR2,

Line 950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,

946: P_SOURCE_STATUS IN JTF_RS_RESOURCE_EXTNS.SOURCE_STATUS%TYPE,
947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
953: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
954: X_MSG_COUNT OUT NOCOPY NUMBER,

Line 951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,

947: P_SOURCE_OFFICE IN JTF_RS_RESOURCE_EXTNS.SOURCE_OFFICE%TYPE,
948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
953: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
954: X_MSG_COUNT OUT NOCOPY NUMBER,
955: X_MSG_DATA OUT NOCOPY VARCHAR2,

Line 952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,

948: P_SOURCE_LOCATION IN JTF_RS_RESOURCE_EXTNS.SOURCE_LOCATION%TYPE,
949: P_SOURCE_MAILSTOP IN JTF_RS_RESOURCE_EXTNS.SOURCE_MAILSTOP%TYPE,
950: P_USER_NAME IN JTF_RS_RESOURCE_EXTNS.USER_NAME%TYPE,
951: P_PARTY_ID IN JTF_RS_RESOURCE_EXTNS.PERSON_PARTY_ID%TYPE,
952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
953: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
954: X_MSG_COUNT OUT NOCOPY NUMBER,
955: X_MSG_DATA OUT NOCOPY VARCHAR2,
956: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,

Line 956: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,

952: P_SOURCE_JOB_ID IN JTF_RS_RESOURCE_EXTNS.SOURCE_JOB_ID%TYPE,
953: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
954: X_MSG_COUNT OUT NOCOPY NUMBER,
955: X_MSG_DATA OUT NOCOPY VARCHAR2,
956: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,
957: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE )
958: IS
959:
960: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)

Line 957: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE )

953: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
954: X_MSG_COUNT OUT NOCOPY NUMBER,
955: X_MSG_DATA OUT NOCOPY VARCHAR2,
956: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,
957: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE )
958: IS
959:
960: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)
961: IS

Line 960: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)

956: P_SOURCE_MOBILE_PHONE IN JTF_RS_RESOURCE_EXTNS.SOURCE_MOBILE_PHONE%TYPE,
957: P_SOURCE_PAGER IN JTF_RS_RESOURCE_EXTNS.SOURCE_PAGER%TYPE )
958: IS
959:
960: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)
961: IS
962: SELECT category
963: ,resource_number
964: ,source_id

Line 1024: FROM jtf_rs_resource_extns_vl

1020: , SOURCE_JOB_ID
1021: , PERSON_PARTY_ID
1022: , SOURCE_MOBILE_PHONE
1023: , SOURCE_PAGER
1024: FROM jtf_rs_resource_extns_vl
1025: WHERE resource_id = l_resource_id;
1026:
1027:
1028: --declare variables

Line 1030: l_resource_number jtf_rs_resource_extns.resource_number%type;

1026:
1027:
1028: --declare variables
1029: --old value
1030: l_resource_number jtf_rs_resource_extns.resource_number%type;
1031: l_category jtf_rs_resource_extns.category%type;
1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;

Line 1031: l_category jtf_rs_resource_extns.category%type;

1027:
1028: --declare variables
1029: --old value
1030: l_resource_number jtf_rs_resource_extns.resource_number%type;
1031: l_category jtf_rs_resource_extns.category%type;
1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;

Line 1032: l_source_id jtf_rs_resource_extns.source_id%type ;

1028: --declare variables
1029: --old value
1030: l_resource_number jtf_rs_resource_extns.resource_number%type;
1031: l_category jtf_rs_resource_extns.category%type;
1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;

Line 1033: l_address_id jtf_rs_resource_extns.address_id%type ;

1029: --old value
1030: l_resource_number jtf_rs_resource_extns.resource_number%type;
1031: l_category jtf_rs_resource_extns.category%type;
1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;

Line 1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;

1030: l_resource_number jtf_rs_resource_extns.resource_number%type;
1031: l_category jtf_rs_resource_extns.category%type;
1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;

Line 1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;

1031: l_category jtf_rs_resource_extns.category%type;
1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;

Line 1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;

1032: l_source_id jtf_rs_resource_extns.source_id%type ;
1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;

Line 1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;

1033: l_address_id jtf_rs_resource_extns.address_id%type ;
1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;

Line 1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;

1034: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;

Line 1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;

1035: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;

Line 1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;

1036: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;

Line 1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;

1037: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;

Line 1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;

1038: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;

Line 1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;

1039: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;

Line 1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;

1040: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;

Line 1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;

1041: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;

Line 1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;

1042: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;

Line 1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;

1043: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;

Line 1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;

1044: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;

Line 1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;

1045: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1053: --l_location mdsys.sdo_geometry ;

Line 1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;

1046: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1053: --l_location mdsys.sdo_geometry ;
1054: l_transaction_number number;

Line 1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;

1047: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1053: --l_location mdsys.sdo_geometry ;
1054: l_transaction_number number;
1055: l_user_id_o jtf_rs_resource_extns.user_id%type;

Line 1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;

1048: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1049: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1050: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1053: --l_location mdsys.sdo_geometry ;
1054: l_transaction_number number;
1055: l_user_id_o jtf_rs_resource_extns.user_id%type;
1056: l_object_version_number number;

Line 1055: l_user_id_o jtf_rs_resource_extns.user_id%type;

1051: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1052: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1053: --l_location mdsys.sdo_geometry ;
1054: l_transaction_number number;
1055: l_user_id_o jtf_rs_resource_extns.user_id%type;
1056: l_object_version_number number;
1057:
1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1059: l_source_name jtf_rs_resource_extns.source_name%type;

Line 1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;

1054: l_transaction_number number;
1055: l_user_id_o jtf_rs_resource_extns.user_id%type;
1056: l_object_version_number number;
1057:
1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1059: l_source_name jtf_rs_resource_extns.source_name%type;
1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;

Line 1059: l_source_name jtf_rs_resource_extns.source_name%type;

1055: l_user_id_o jtf_rs_resource_extns.user_id%type;
1056: l_object_version_number number;
1057:
1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1059: l_source_name jtf_rs_resource_extns.source_name%type;
1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;

Line 1060: l_source_number jtf_rs_resource_extns.source_number%type;

1056: l_object_version_number number;
1057:
1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1059: l_source_name jtf_rs_resource_extns.source_name%type;
1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;

Line 1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;

1057:
1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1059: l_source_name jtf_rs_resource_extns.source_name%type;
1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;

Line 1062: l_source_email jtf_rs_resource_extns.source_email%type;

1058: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1059: l_source_name jtf_rs_resource_extns.source_name%type;
1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;

Line 1063: l_source_phone jtf_rs_resource_extns.source_phone%type;

1059: l_source_name jtf_rs_resource_extns.source_name%type;
1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;

Line 1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;

1060: l_source_number jtf_rs_resource_extns.source_number%type;
1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;

Line 1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;

1061: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;

Line 1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;

1062: l_source_email jtf_rs_resource_extns.source_email%type;
1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;

Line 1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;

1063: l_source_phone jtf_rs_resource_extns.source_phone%type;
1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;

Line 1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;

1064: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;

Line 1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;

1065: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;

Line 1070: l_source_city jtf_rs_resource_extns.source_city%type;

1066: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;

Line 1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;

1067: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;

Line 1072: l_source_state jtf_rs_resource_extns.source_state%type;

1068: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;

Line 1073: l_source_province jtf_rs_resource_extns.source_province%type;

1069: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;

Line 1074: l_source_county jtf_rs_resource_extns.source_county%type;

1070: l_source_city jtf_rs_resource_extns.source_city%type;
1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;

Line 1075: l_source_country jtf_rs_resource_extns.source_country%type;

1071: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;

Line 1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;

1072: l_source_state jtf_rs_resource_extns.source_state%type;
1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;

Line 1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;

1073: l_source_province jtf_rs_resource_extns.source_province%type;
1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;

Line 1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;

1074: l_source_county jtf_rs_resource_extns.source_county%type;
1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;

Line 1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;

1075: l_source_country jtf_rs_resource_extns.source_country%type;
1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;

Line 1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;

1076: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;

Line 1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;

1077: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;

Line 1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;

1078: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;

Line 1083: l_source_category jtf_rs_resource_extns.source_category%type;

1079: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;

Line 1084: l_source_status jtf_rs_resource_extns.source_status%type;

1080: l_source_first_name jtf_rs_resource_extns.source_first_name%type;
1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;

Line 1085: l_source_office jtf_rs_resource_extns.source_office%type;

1081: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type;
1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;

Line 1086: l_source_location jtf_rs_resource_extns.source_location%type;

1082: l_source_last_name jtf_rs_resource_extns.source_last_name%type;
1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;

Line 1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;

1083: l_source_category jtf_rs_resource_extns.source_category%type;
1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;
1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;

Line 1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;

1084: l_source_status jtf_rs_resource_extns.source_status%type;
1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;
1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;
1092: l_party_id jtf_rs_resource_extns.person_party_id%type;

Line 1089: l_source_pager jtf_rs_resource_extns.source_pager%type;

1085: l_source_office jtf_rs_resource_extns.source_office%type;
1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;
1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;
1092: l_party_id jtf_rs_resource_extns.person_party_id%type;
1093:

Line 1090: l_user_name jtf_rs_resource_extns.user_name%type;

1086: l_source_location jtf_rs_resource_extns.source_location%type;
1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;
1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;
1092: l_party_id jtf_rs_resource_extns.person_party_id%type;
1093:
1094:

Line 1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;

1087: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type;
1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;
1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;
1092: l_party_id jtf_rs_resource_extns.person_party_id%type;
1093:
1094:
1095: --new values

Line 1092: l_party_id jtf_rs_resource_extns.person_party_id%type;

1088: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type;
1089: l_source_pager jtf_rs_resource_extns.source_pager%type;
1090: l_user_name jtf_rs_resource_extns.user_name%type;
1091: l_source_job_id jtf_rs_resource_extns.source_job_id%type;
1092: l_party_id jtf_rs_resource_extns.person_party_id%type;
1093:
1094:
1095: --new values
1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;

Line 1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;

1092: l_party_id jtf_rs_resource_extns.person_party_id%type;
1093:
1094:
1095: --new values
1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
1097: l_category_n jtf_rs_resource_extns.category%type;
1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;

Line 1097: l_category_n jtf_rs_resource_extns.category%type;

1093:
1094:
1095: --new values
1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
1097: l_category_n jtf_rs_resource_extns.category%type;
1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;

Line 1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;

1094:
1095: --new values
1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
1097: l_category_n jtf_rs_resource_extns.category%type;
1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;

Line 1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;

1095: --new values
1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
1097: l_category_n jtf_rs_resource_extns.category%type;
1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;

Line 1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;

1096: l_resource_number_n jtf_rs_resource_extns.resource_number%type;
1097: l_category_n jtf_rs_resource_extns.category%type;
1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;

Line 1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;

1097: l_category_n jtf_rs_resource_extns.category%type;
1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;

Line 1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;

1098: l_source_id_n jtf_rs_resource_extns.source_id%type ;
1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;

Line 1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;

1099: l_address_id_n jtf_rs_resource_extns.address_id%type ;
1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;

Line 1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;

1100: l_contact_id_n jtf_rs_resource_extns.contact_id%type ;
1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;

Line 1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;

1101: l_managing_emp_id_n jtf_rs_resource_extns.managing_employee_id%type ;
1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;

Line 1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;

1102: l_start_date_active_n jtf_rs_resource_extns.start_date_active%type;
1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;

Line 1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;

1103: l_end_date_active_n jtf_rs_resource_extns.end_date_active%type ;
1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;

Line 1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;

1104: l_time_zone_n jtf_rs_resource_extns.time_zone%type ;
1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;

Line 1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;

1105: l_cost_per_hr_n jtf_rs_resource_extns.cost_per_hr%type ;
1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;

Line 1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;

1106: l_primary_language_n jtf_rs_resource_extns.primary_language%type ;
1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;

Line 1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;

1107: l_secondary_language_n jtf_rs_resource_extns.secondary_language%type ;
1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;

Line 1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;

1108: l_support_site_id_n jtf_rs_resource_extns.support_site_id%type ;
1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;

Line 1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;

1109: l_ies_agent_login_n jtf_rs_resource_extns.ies_agent_login%type ;
1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;

Line 1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;

1110: l_server_group_id_n jtf_rs_resource_extns.server_group_id%type ;
1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;

Line 1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;

1111: l_assigned_to_group_id_n jtf_rs_resource_extns.assigned_to_group_id%type ;
1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
1119: --l_location_n mdsys.sdo_geometry ;

Line 1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;

1112: l_cost_center_n jtf_rs_resource_extns.cost_center%type ;
1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
1119: --l_location_n mdsys.sdo_geometry ;
1120: l_transaction_number_n number;

Line 1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;

1113: l_charge_to_cost_center_n jtf_rs_resource_extns.charge_to_cost_center%type ;
1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
1119: --l_location_n mdsys.sdo_geometry ;
1120: l_transaction_number_n number;
1121: l_user_id_n jtf_rs_resource_extns.user_id%type;

Line 1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;

1114: l_comp_currency_code_n jtf_rs_resource_extns.compensation_currency_code%type ;
1115: l_commissionable_flag_n jtf_rs_resource_extns.commissionable_flag%type ;
1116: l_hold_reason_code_n jtf_rs_resource_extns.hold_reason_code%type ;
1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
1119: --l_location_n mdsys.sdo_geometry ;
1120: l_transaction_number_n number;
1121: l_user_id_n jtf_rs_resource_extns.user_id%type;
1122: l_object_version_number_n number;

Line 1121: l_user_id_n jtf_rs_resource_extns.user_id%type;

1117: l_hold_payment_n jtf_rs_resource_extns.hold_payment%type ;
1118: l_comp_service_team_id_n jtf_rs_resource_extns.comp_service_team_id%type ;
1119: --l_location_n mdsys.sdo_geometry ;
1120: l_transaction_number_n number;
1121: l_user_id_n jtf_rs_resource_extns.user_id%type;
1122: l_object_version_number_n number;
1123:
1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;
1125: l_source_name_n jtf_rs_resource_extns.source_name%type;

Line 1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;

1120: l_transaction_number_n number;
1121: l_user_id_n jtf_rs_resource_extns.user_id%type;
1122: l_object_version_number_n number;
1123:
1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;
1125: l_source_name_n jtf_rs_resource_extns.source_name%type;
1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;

Line 1125: l_source_name_n jtf_rs_resource_extns.source_name%type;

1121: l_user_id_n jtf_rs_resource_extns.user_id%type;
1122: l_object_version_number_n number;
1123:
1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;
1125: l_source_name_n jtf_rs_resource_extns.source_name%type;
1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;

Line 1126: l_source_number_n jtf_rs_resource_extns.source_number%type;

1122: l_object_version_number_n number;
1123:
1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;
1125: l_source_name_n jtf_rs_resource_extns.source_name%type;
1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;

Line 1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;

1123:
1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;
1125: l_source_name_n jtf_rs_resource_extns.source_name%type;
1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;

Line 1128: l_source_email_n jtf_rs_resource_extns.source_email%type;

1124: l_resource_name_n jtf_rs_resource_extns_tl.resource_name%type;
1125: l_source_name_n jtf_rs_resource_extns.source_name%type;
1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;

Line 1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;

1125: l_source_name_n jtf_rs_resource_extns.source_name%type;
1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;

Line 1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;

1126: l_source_number_n jtf_rs_resource_extns.source_number%type;
1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;

Line 1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;

1127: l_source_job_title_n jtf_rs_resource_extns.source_job_title%type;
1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;

Line 1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;

1128: l_source_email_n jtf_rs_resource_extns.source_email%type;
1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;

Line 1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;

1129: l_source_phone_n jtf_rs_resource_extns.source_phone%type;
1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;

Line 1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;

1130: l_source_org_id_n jtf_rs_resource_extns.source_org_id%type;
1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;

Line 1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;

1131: l_source_org_name_n jtf_rs_resource_extns.source_org_name%type;
1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;

Line 1136: l_source_city_n jtf_rs_resource_extns.source_city%type;

1132: l_source_address1_n jtf_rs_resource_extns.source_address1%type;
1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;

Line 1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;

1133: l_source_address2_n jtf_rs_resource_extns.source_address2%type;
1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;

Line 1138: l_source_state_n jtf_rs_resource_extns.source_state%type;

1134: l_source_address3_n jtf_rs_resource_extns.source_address3%type;
1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;

Line 1139: l_source_province_n jtf_rs_resource_extns.source_province%type;

1135: l_source_address4_n jtf_rs_resource_extns.source_address4%type;
1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;

Line 1140: l_source_county_n jtf_rs_resource_extns.source_county%type;

1136: l_source_city_n jtf_rs_resource_extns.source_city%type;
1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;

Line 1141: l_source_country_n jtf_rs_resource_extns.source_country%type;

1137: l_source_postal_code_n jtf_rs_resource_extns.source_postal_code%type;
1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;

Line 1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;

1138: l_source_state_n jtf_rs_resource_extns.source_state%type;
1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;

Line 1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;

1139: l_source_province_n jtf_rs_resource_extns.source_province%type;
1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;

Line 1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;

1140: l_source_county_n jtf_rs_resource_extns.source_county%type;
1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;

Line 1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;

1141: l_source_country_n jtf_rs_resource_extns.source_country%type;
1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;

Line 1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;

1142: l_source_mgr_id_n jtf_rs_resource_extns.source_mgr_id%type;
1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;

Line 1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;

1143: l_source_mgr_name_n jtf_rs_resource_extns.source_mgr_name%type;
1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;

Line 1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;

1144: l_source_business_grp_id_n jtf_rs_resource_extns.source_business_grp_id%type;
1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;

Line 1149: l_source_category_n jtf_rs_resource_extns.source_category%type;

1145: l_source_business_grp_name_n jtf_rs_resource_extns.source_business_grp_name%type;
1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;

Line 1150: l_source_status_n jtf_rs_resource_extns.source_status%type;

1146: l_source_first_name_n jtf_rs_resource_extns.source_first_name%type;
1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;

Line 1151: l_source_office_n jtf_rs_resource_extns.source_office%type;

1147: l_source_middle_name_n jtf_rs_resource_extns.source_middle_name%type;
1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;

Line 1152: l_source_location_n jtf_rs_resource_extns.source_location%type;

1148: l_source_last_name_n jtf_rs_resource_extns.source_last_name%type;
1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;

Line 1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;

1149: l_source_category_n jtf_rs_resource_extns.source_category%type;
1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;
1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;

Line 1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;

1150: l_source_status_n jtf_rs_resource_extns.source_status%type;
1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;
1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;
1158: l_party_id_n jtf_rs_resource_extns.person_party_id%type;

Line 1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;

1151: l_source_office_n jtf_rs_resource_extns.source_office%type;
1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;
1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;
1158: l_party_id_n jtf_rs_resource_extns.person_party_id%type;
1159:

Line 1156: l_user_name_n jtf_rs_resource_extns.user_name%type;

1152: l_source_location_n jtf_rs_resource_extns.source_location%type;
1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;
1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;
1158: l_party_id_n jtf_rs_resource_extns.person_party_id%type;
1159:
1160: rr_old_rec rr_old_cur%rowtype;

Line 1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;

1153: l_source_mailstop_n jtf_rs_resource_extns.source_mailstop%type;
1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;
1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;
1158: l_party_id_n jtf_rs_resource_extns.person_party_id%type;
1159:
1160: rr_old_rec rr_old_cur%rowtype;
1161: l_resource_extn_aud_id jtf_rs_resource_extn_aud.resource_audit_id%type;

Line 1158: l_party_id_n jtf_rs_resource_extns.person_party_id%type;

1154: l_source_mobile_phone_n jtf_rs_resource_extns.source_mobile_phone%type;
1155: l_source_pager_n jtf_rs_resource_extns.source_pager%type;
1156: l_user_name_n jtf_rs_resource_extns.user_name%type;
1157: l_source_job_id_n jtf_rs_resource_extns.source_job_id%type;
1158: l_party_id_n jtf_rs_resource_extns.person_party_id%type;
1159:
1160: rr_old_rec rr_old_cur%rowtype;
1161: l_resource_extn_aud_id jtf_rs_resource_extn_aud.resource_audit_id%type;
1162: l_row_id varchar2(24) := null;

Line 1741: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)

1737: X_MSG_COUNT OUT NOCOPY NUMBER,
1738: X_MSG_DATA OUT NOCOPY VARCHAR2 )
1739: IS
1740:
1741: CURSOR rr_old_cur(l_resource_id JTF_RS_RESOURCE_EXTNS.RESOURCE_ID%TYPE)
1742: IS
1743: SELECT category
1744: ,resource_number
1745: ,source_id

Line 1803: FROM jtf_rs_resource_extns_vl

1799: , SOURCE_MAILSTOP
1800: , USER_NAME
1801: , SOURCE_MOBILE_PHONE
1802: , SOURCE_PAGER
1803: FROM jtf_rs_resource_extns_vl
1804: WHERE resource_id = l_resource_id;
1805:
1806: --declare variables
1807: --old value

Line 1808: l_resource_number jtf_rs_resource_extns.resource_number%type;

1804: WHERE resource_id = l_resource_id;
1805:
1806: --declare variables
1807: --old value
1808: l_resource_number jtf_rs_resource_extns.resource_number%type;
1809: l_category jtf_rs_resource_extns.category%type;
1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;

Line 1809: l_category jtf_rs_resource_extns.category%type;

1805:
1806: --declare variables
1807: --old value
1808: l_resource_number jtf_rs_resource_extns.resource_number%type;
1809: l_category jtf_rs_resource_extns.category%type;
1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;

Line 1810: l_source_id jtf_rs_resource_extns.source_id%type ;

1806: --declare variables
1807: --old value
1808: l_resource_number jtf_rs_resource_extns.resource_number%type;
1809: l_category jtf_rs_resource_extns.category%type;
1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;

Line 1811: l_address_id jtf_rs_resource_extns.address_id%type ;

1807: --old value
1808: l_resource_number jtf_rs_resource_extns.resource_number%type;
1809: l_category jtf_rs_resource_extns.category%type;
1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;

Line 1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;

1808: l_resource_number jtf_rs_resource_extns.resource_number%type;
1809: l_category jtf_rs_resource_extns.category%type;
1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;

Line 1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;

1809: l_category jtf_rs_resource_extns.category%type;
1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;

Line 1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;

1810: l_source_id jtf_rs_resource_extns.source_id%type ;
1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;

Line 1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;

1811: l_address_id jtf_rs_resource_extns.address_id%type ;
1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;

Line 1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;

1812: l_contact_id jtf_rs_resource_extns.contact_id%type ;
1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;

Line 1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;

1813: l_managing_emp_id jtf_rs_resource_extns.managing_employee_id%type ;
1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;

Line 1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;

1814: l_start_date_active jtf_rs_resource_extns.start_date_active%type;
1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;

Line 1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;

1815: l_end_date_active jtf_rs_resource_extns.end_date_active%type ;
1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;

Line 1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;

1816: l_time_zone jtf_rs_resource_extns.time_zone%type ;
1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;

Line 1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;

1817: l_cost_per_hr jtf_rs_resource_extns.cost_per_hr%type ;
1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;

Line 1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;

1818: l_primary_language jtf_rs_resource_extns.primary_language%type ;
1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;

Line 1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;

1819: l_secondary_language jtf_rs_resource_extns.secondary_language%type ;
1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;

Line 1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;

1820: l_support_site_id jtf_rs_resource_extns.support_site_id%type ;
1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;

Line 1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;

1821: l_ies_agent_login jtf_rs_resource_extns.ies_agent_login%type ;
1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;

Line 1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;

1822: l_server_group_id jtf_rs_resource_extns.server_group_id%type ;
1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;

Line 1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;

1823: l_assigned_to_group_id jtf_rs_resource_extns.assigned_to_group_id%type ;
1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1831: --l_location mdsys.sdo_geometry ;

Line 1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;

1824: l_cost_center jtf_rs_resource_extns.cost_center%type ;
1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1831: --l_location mdsys.sdo_geometry ;
1832: l_transaction_number number;

Line 1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;

1825: l_charge_to_cost_center jtf_rs_resource_extns.charge_to_cost_center%type ;
1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1831: --l_location mdsys.sdo_geometry ;
1832: l_transaction_number number;
1833: l_object_version_number number;

Line 1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;

1826: l_comp_currency_code jtf_rs_resource_extns.compensation_currency_code%type ;
1827: l_commissionable_flag jtf_rs_resource_extns.commissionable_flag%type ;
1828: l_hold_reason_code jtf_rs_resource_extns.hold_reason_code%type ;
1829: l_hold_payment jtf_rs_resource_extns.hold_payment%type ;
1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1831: --l_location mdsys.sdo_geometry ;
1832: l_transaction_number number;
1833: l_object_version_number number;
1834: l_user_id_o jtf_rs_resource_extns.user_id%type;

Line 1834: l_user_id_o jtf_rs_resource_extns.user_id%type;

1830: l_comp_service_team_id jtf_rs_resource_extns.comp_service_team_id%type ;
1831: --l_location mdsys.sdo_geometry ;
1832: l_transaction_number number;
1833: l_object_version_number number;
1834: l_user_id_o jtf_rs_resource_extns.user_id%type;
1835:
1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;

Line 1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;

1832: l_transaction_number number;
1833: l_object_version_number number;
1834: l_user_id_o jtf_rs_resource_extns.user_id%type;
1835:
1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;

Line 1837: l_source_name jtf_rs_resource_extns.source_name%type;

1833: l_object_version_number number;
1834: l_user_id_o jtf_rs_resource_extns.user_id%type;
1835:
1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;

Line 1838: l_source_number jtf_rs_resource_extns.source_number%type;

1834: l_user_id_o jtf_rs_resource_extns.user_id%type;
1835:
1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;

Line 1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;

1835:
1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;

Line 1840: l_source_email jtf_rs_resource_extns.source_email%type;

1836: l_resource_name jtf_rs_resource_extns_tl.resource_name%type;
1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;

Line 1841: l_source_phone jtf_rs_resource_extns.source_phone%type;

1837: l_source_name jtf_rs_resource_extns.source_name%type;
1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;

Line 1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;

1838: l_source_number jtf_rs_resource_extns.source_number%type;
1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;

Line 1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;

1839: l_source_job_title jtf_rs_resource_extns.source_job_title%type;
1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;

Line 1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;

1840: l_source_email jtf_rs_resource_extns.source_email%type;
1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;

Line 1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;

1841: l_source_phone jtf_rs_resource_extns.source_phone%type;
1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;

Line 1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;

1842: l_source_org_id jtf_rs_resource_extns.source_org_id%type;
1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;

Line 1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;

1843: l_source_org_name jtf_rs_resource_extns.source_org_name%type;
1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;

Line 1848: l_source_city jtf_rs_resource_extns.source_city%type;

1844: l_source_address1 jtf_rs_resource_extns.source_address1%type;
1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;

Line 1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;

1845: l_source_address2 jtf_rs_resource_extns.source_address2%type;
1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;

Line 1850: l_source_state jtf_rs_resource_extns.source_state%type;

1846: l_source_address3 jtf_rs_resource_extns.source_address3%type;
1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;

Line 1851: l_source_province jtf_rs_resource_extns.source_province%type;

1847: l_source_address4 jtf_rs_resource_extns.source_address4%type;
1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;

Line 1852: l_source_county jtf_rs_resource_extns.source_county%type;

1848: l_source_city jtf_rs_resource_extns.source_city%type;
1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;

Line 1853: l_source_country jtf_rs_resource_extns.source_country%type;

1849: l_source_postal_code jtf_rs_resource_extns.source_postal_code%type;
1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;

Line 1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;

1850: l_source_state jtf_rs_resource_extns.source_state%type;
1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;

Line 1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;

1851: l_source_province jtf_rs_resource_extns.source_province%type;
1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;

Line 1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;

1852: l_source_county jtf_rs_resource_extns.source_county%type;
1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;

Line 1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;

1853: l_source_country jtf_rs_resource_extns.source_country%type;
1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;

Line 1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;

1854: l_source_mgr_id jtf_rs_resource_extns.source_mgr_id%type;
1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;

Line 1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;

1855: l_source_mgr_name jtf_rs_resource_extns.source_mgr_name%type;
1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;

Line 1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;

1856: l_source_business_grp_id jtf_rs_resource_extns.source_business_grp_id%type;
1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;

Line 1861: l_source_category jtf_rs_resource_extns.source_category%type ;

1857: l_source_business_grp_name jtf_rs_resource_extns.source_business_grp_name%type;
1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;

Line 1862: l_source_status jtf_rs_resource_extns.source_status%type ;

1858: l_source_first_name jtf_rs_resource_extns.source_first_name%type ;
1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;

Line 1863: l_source_office jtf_rs_resource_extns.source_office%type ;

1859: l_source_middle_name jtf_rs_resource_extns.source_middle_name%type ;
1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;
1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;

Line 1864: l_source_location jtf_rs_resource_extns.source_location%type ;

1860: l_source_last_name jtf_rs_resource_extns.source_last_name%type ;
1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;
1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;
1868: l_user_name jtf_rs_resource_extns.user_name%type ;

Line 1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;

1861: l_source_category jtf_rs_resource_extns.source_category%type ;
1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;
1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;
1868: l_user_name jtf_rs_resource_extns.user_name%type ;
1869:

Line 1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;

1862: l_source_status jtf_rs_resource_extns.source_status%type ;
1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;
1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;
1868: l_user_name jtf_rs_resource_extns.user_name%type ;
1869:
1870:

Line 1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;

1863: l_source_office jtf_rs_resource_extns.source_office%type ;
1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;
1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;
1868: l_user_name jtf_rs_resource_extns.user_name%type ;
1869:
1870:
1871: rr_old_rec rr_old_cur%rowtype;

Line 1868: l_user_name jtf_rs_resource_extns.user_name%type ;

1864: l_source_location jtf_rs_resource_extns.source_location%type ;
1865: l_source_mailstop jtf_rs_resource_extns.source_mailstop%type ;
1866: l_source_mobile_phone jtf_rs_resource_extns.source_mobile_phone%type ;
1867: l_source_pager jtf_rs_resource_extns.source_pager%type ;
1868: l_user_name jtf_rs_resource_extns.user_name%type ;
1869:
1870:
1871: rr_old_rec rr_old_cur%rowtype;
1872: l_resource_extn_aud_id jtf_rs_resource_extn_aud.resource_audit_id%type;

Line 2136: END; -- Package Body JTF_RS_RESOURCE_EXTNS_AUD_PVT

2132: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
2133:
2134:
2135: END DELETE_RESOURCE;
2136: END; -- Package Body JTF_RS_RESOURCE_EXTNS_AUD_PVT