DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on FND_DATA_SECURITY

Line 1053: Call FND_DATA_SECURITY.GET_PREDICATE to get the SQL predicate for checking the permission for the current logged in user for the account ch''x'' eck. Parameters,

1049:
1050:
1051: BEGIN
1052: /******************
1053: Call FND_DATA_SECURITY.GET_PREDICATE to get the SQL predicate for checking the permission for the current logged in user for the account ch''x'' eck. Parameters,
1054: p_object_name => Repair Order,
1055: p_grant_instance_type => 'SET',
1056: p_statement_type => 'EXISTS'
1057:

Line 1066: Fnd_Data_Security.GET_SECURITY_PREDICATE(

1062: return ;!!!!!*******/
1063:
1064: l_table_alias := 'ro';
1065: debug('Calling getSecurity_predicate');
1066: Fnd_Data_Security.GET_SECURITY_PREDICATE(
1067: p_api_version => 1.0,
1068: p_function => NULL,
1069: p_object_name => 'CSD_RO_OBJ',
1070: p_grant_instance_type => 'SET',

Line 1112: Call FND_DATA_SECURITY.GET_PREDICATE to get the SQL predicate for checking

1108: END IF;
1109: END IF;
1110:
1111: /************************
1112: Call FND_DATA_SECURITY.GET_PREDICATE to get the SQL predicate for checking
1113: the permission for the current logged in user for the bill to check. Parameters,
1114: p_object_name => 'Repair Logistics Line BillTo',
1115: p_grant_instance_type => 'SET',
1116: p_statement_type => 'EXISTS'

Line 1121: Fnd_Data_Security.GET_SECURITY_PREDICATE(

1117:
1118: ************************/
1119: /********** Not done for R12 first release
1120: *********************************************
1121: Fnd_Data_Security.GET_SECURITY_PREDICATE(
1122: p_api_version => 1.0,
1123: p_function => NULL,
1124: p_object_name => 'Repair LogisticsLine BillTo',
1125: p_grant_instance_type => 'SET',

Line 1157: Call FND_DATA_SECURITY.GET_PREDICATE to get the SQL predicate for checking the permission for the current logged in user for the ship to check. Parameters,

1153: ***********************************************/
1154:
1155:
1156: /************************
1157: Call FND_DATA_SECURITY.GET_PREDICATE to get the SQL predicate for checking the permission for the current logged in user for the ship to check. Parameters,
1158: p_object_name => 'Repair Logistics Line ShipTo',
1159: p_grant_instance_type => 'SET',
1160: p_statement_type => 'EXISTS'
1161: ************************/

Line 1165: Fnd_Data_Security.GET_SECURITY_PREDICATE(

1161: ************************/
1162: /************************************ Not done for
1163: R12 first release
1164: ***************************************
1165: Fnd_Data_Security.GET_SECURITY_PREDICATE(
1166: p_api_version => 1.0,
1167: p_function => NULL,
1168: p_object_name => 'Repair LogisticsLine ShipTo',
1169: p_grant_instance_type => 'SET',