DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on FND_DATA_SECURITY

Line 1055: 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,

1051:
1052:
1053: BEGIN
1054: /******************
1055: 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,
1056: p_object_name => Repair Order,
1057: p_grant_instance_type => 'SET',
1058: p_statement_type => 'EXISTS'
1059:

Line 1068: Fnd_Data_Security.GET_SECURITY_PREDICATE(

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

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

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

Line 1123: Fnd_Data_Security.GET_SECURITY_PREDICATE(

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

Line 1159: 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,

1155: ***********************************************/
1156:
1157:
1158: /************************
1159: 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,
1160: p_object_name => 'Repair Logistics Line ShipTo',
1161: p_grant_instance_type => 'SET',
1162: p_statement_type => 'EXISTS'
1163: ************************/

Line 1167: Fnd_Data_Security.GET_SECURITY_PREDICATE(

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