DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_OWNER dependencies on JTF_RS_RESOURCE_EXTNS

Line 43: FROM jtf_rs_resource_extns

39:
40: -- Cursor to validate the uniqueness
41: CURSOR c_cm_exsist(cv_cm_resource_id IN NUMBER) IS
42: SELECT 'ANYTHING'
43: FROM jtf_rs_resource_extns
44: WHERE resource_id = cv_cm_resource_id;
45:
46: BEGIN
47:

Line 68: 'jtf_rs_resource_extns', -- Parent schema object having the primary key

64: CLOSE c_cm_exsist;
65:
66: /*
67: IF AS_Utility_PVT.check_fk_exists(
68: 'jtf_rs_resource_extns', -- Parent schema object having the primary key
69: 'resource_id', -- Column name in the parent object that maps to the fk value
70: p_Lead_Owner_rec.CM_resource_id, -- Value of fk to be validated against the parent object's pk column
71: AS_Utility_PVT.g_number -- datatype of fk
72: ) = FND_API.g_false