DBA Data[Home] [Help]

APPS.FUN_SECURITY dependencies on FND_GRANTS_PKG

Line 314: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_BATCHES');

310:
311: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
312: THEN
313: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
314: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_BATCHES');
315: END IF;
316:
317: fnd_grants_pkg.grant_function (
318: p_api_version => 1,

Line 317: fnd_grants_pkg.grant_function (

313: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
314: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_BATCHES');
315: END IF;
316:
317: fnd_grants_pkg.grant_function (
318: p_api_version => 1,
319: p_menu_name => l_menu_name,
320: p_object_name => 'FUN_TRX_BATCHES',
321: p_instance_type => 'SET',

Line 336: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_BATCHES'

332:
333: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
334: THEN
335: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
336: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_BATCHES'
337: || ' Status ' || x_return_status);
338: END IF;
339:
340: IF x_return_status <> 'T'

Line 348: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_HEADERS');

344:
345: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
346: THEN
347: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
348: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_HEADERS');
349: END IF;
350: fnd_grants_pkg.grant_function (
351: p_api_version => 1,
352: p_menu_name => l_menu_name,

Line 350: fnd_grants_pkg.grant_function (

346: THEN
347: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
348: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_HEADERS');
349: END IF;
350: fnd_grants_pkg.grant_function (
351: p_api_version => 1,
352: p_menu_name => l_menu_name,
353: p_object_name => 'FUN_TRX_HEADERS',
354: p_instance_type => 'SET',

Line 369: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_HEADERS'

365:
366: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
367: THEN
368: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
369: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_HEADERS'
370: || ' Status ' || x_return_status);
371: END IF;
372:
373: IF x_return_status <> 'T'

Line 381: l_module,'calling fnd_grants_pkg.grant_function for FUN_DIST_LINES');

377:
378: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
379: THEN
380: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
381: l_module,'calling fnd_grants_pkg.grant_function for FUN_DIST_LINES');
382: END IF;
383: fnd_grants_pkg.grant_function (
384: p_api_version => 1,
385: p_menu_name => l_menu_name,

Line 383: fnd_grants_pkg.grant_function (

379: THEN
380: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
381: l_module,'calling fnd_grants_pkg.grant_function for FUN_DIST_LINES');
382: END IF;
383: fnd_grants_pkg.grant_function (
384: p_api_version => 1,
385: p_menu_name => l_menu_name,
386: p_object_name => 'FUN_DIST_LINES',
387: p_instance_type => 'SET',

Line 403: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_DIST_LINES'

399:
400: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
401: THEN
402: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
403: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_DIST_LINES'
404: || ' Status ' || x_return_status);
405: END IF;
406:
407: IF x_return_status <> 'T'

Line 551: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_BATCHES');

547: ELSE
548: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
549: THEN
550: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
551: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_BATCHES');
552: END IF;
553: --Grant does not exist
554: fnd_grants_pkg.grant_function (
555: p_api_version => 1,

Line 554: fnd_grants_pkg.grant_function (

550: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
551: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_BATCHES');
552: END IF;
553: --Grant does not exist
554: fnd_grants_pkg.grant_function (
555: p_api_version => 1,
556: p_menu_name => l_menu_name,
557: p_object_name => 'FUN_TRX_BATCHES',
558: p_instance_type => 'SET',

Line 573: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_BATCHES'

569:
570: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
571: THEN
572: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
573: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_BATCHES'
574: || ' Status ' || x_return_status);
575: END IF;
576:
577: IF x_return_status <> 'T'

Line 585: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_HEADERS');

581:
582: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
583: THEN
584: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
585: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_HEADERS');
586: END IF;
587:
588: fnd_grants_pkg.grant_function (
589: p_api_version => 1,

Line 588: fnd_grants_pkg.grant_function (

584: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
585: l_module,'calling fnd_grants_pkg.grant_function for FUN_TRX_HEADERS');
586: END IF;
587:
588: fnd_grants_pkg.grant_function (
589: p_api_version => 1,
590: p_menu_name => l_menu_name,
591: p_object_name => 'FUN_TRX_HEADERS',
592: p_instance_type => 'SET',

Line 608: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_HEADERS'

604:
605: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
606: THEN
607: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
608: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_TRX_HEADERS'
609: || ' Status ' || x_return_status);
610: END IF;
611:
612: IF x_return_status <> 'T'

Line 620: l_module,'calling fnd_grants_pkg.grant_function for FUN_DIST_LINES');

616:
617: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
618: THEN
619: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
620: l_module,'calling fnd_grants_pkg.grant_function for FUN_DIST_LINES');
621: END IF;
622:
623: fnd_grants_pkg.grant_function (
624: p_api_version => 1,

Line 623: fnd_grants_pkg.grant_function (

619: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
620: l_module,'calling fnd_grants_pkg.grant_function for FUN_DIST_LINES');
621: END IF;
622:
623: fnd_grants_pkg.grant_function (
624: p_api_version => 1,
625: p_menu_name => l_menu_name,
626: p_object_name => 'FUN_DIST_LINES',
627: p_instance_type => 'SET',

Line 643: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_DIST_LINES'

639:
640: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
641: THEN
642: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
643: l_module, 'completed call to fnd_grants_pkg.grant_function for FUN_DIST_LINES'
644: || ' Status ' || x_return_status);
645: END IF;
646:
647: IF x_return_status <> 'T'

Line 929: l_module, 'callinge fnd_grants_pkg.update_grant');

925:
926: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
927: THEN
928: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
929: l_module, 'callinge fnd_grants_pkg.update_grant');
930: END IF;
931:
932: IF p_status = 'Y' THEN
933: fnd_grants_pkg.update_grant (

Line 933: fnd_grants_pkg.update_grant (

929: l_module, 'callinge fnd_grants_pkg.update_grant');
930: END IF;
931:
932: IF p_status = 'Y' THEN
933: fnd_grants_pkg.update_grant (
934: p_api_version => 1,
935: p_grant_guid => l_grant_guid,
936: p_start_date => l_start_date,
937: p_end_date => NULL,

Line 941: fnd_grants_pkg.update_grant (

937: p_end_date => NULL,
938: x_success => x_return_status
939: );
940: ELSIF p_status ='N' THEN
941: fnd_grants_pkg.update_grant (
942: p_api_version => 1,
943: p_grant_guid => l_grant_guid,
944: p_start_date => l_start_date,
945: p_end_date => SYSDATE-1,

Line 953: l_module, 'completed call to fnd_grants_pkg.update_grant '

949:
950: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
951: THEN
952: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
953: l_module, 'completed call to fnd_grants_pkg.update_grant '
954: || ' Status ' || x_return_status);
955: END IF;
956:
957: IF x_return_status <> 'T'

Line 972: l_module, 'callinge fnd_grants_pkg.update_grant for headers');

968:
969: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
970: THEN
971: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
972: l_module, 'callinge fnd_grants_pkg.update_grant for headers');
973: END IF;
974:
975: IF p_status = 'Y' THEN
976: fnd_grants_pkg.update_grant (

Line 976: fnd_grants_pkg.update_grant (

972: l_module, 'callinge fnd_grants_pkg.update_grant for headers');
973: END IF;
974:
975: IF p_status = 'Y' THEN
976: fnd_grants_pkg.update_grant (
977: p_api_version => 1,
978: p_grant_guid => l_grant_guid,
979: p_start_date => l_start_date,
980: p_end_date => NULL,

Line 984: fnd_grants_pkg.update_grant (

980: p_end_date => NULL,
981: x_success => x_return_status
982: );
983: ELSIF p_status ='N' THEN
984: fnd_grants_pkg.update_grant (
985: p_api_version => 1,
986: p_grant_guid => l_grant_guid,
987: p_start_date => l_start_date,
988: p_end_date => SYSDATE-1,

Line 996: l_module, 'completed call to fnd_grants_pkg.update_grant for headers'

992:
993: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
994: THEN
995: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
996: l_module, 'completed call to fnd_grants_pkg.update_grant for headers'
997: || ' Status ' || x_return_status);
998: END IF;
999:
1000: IF x_return_status <> 'T'

Line 1015: l_module, 'calling fnd_grants_pkg.update_grant for dists');

1011:
1012: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
1013: THEN
1014: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1015: l_module, 'calling fnd_grants_pkg.update_grant for dists');
1016: END IF;
1017:
1018: IF p_status = 'Y' THEN
1019: fnd_grants_pkg.update_grant (

Line 1019: fnd_grants_pkg.update_grant (

1015: l_module, 'calling fnd_grants_pkg.update_grant for dists');
1016: END IF;
1017:
1018: IF p_status = 'Y' THEN
1019: fnd_grants_pkg.update_grant (
1020: p_api_version => 1,
1021: p_grant_guid => l_grant_guid,
1022: p_start_date => l_start_date,
1023: p_end_date => NULL,

Line 1027: fnd_grants_pkg.update_grant (

1023: p_end_date => NULL,
1024: x_success => x_return_status
1025: );
1026: ELSIF p_status='N' THEN
1027: fnd_grants_pkg.update_grant (
1028: p_api_version => 1,
1029: p_grant_guid => l_grant_guid,
1030: p_start_date => l_start_date,
1031: p_end_date => SYSDATE-1,

Line 1039: l_module, 'completed call to fnd_grants_pkg.update_grant for dists'

1035:
1036: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_level)
1037: THEN
1038: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1039: l_module, 'completed call to fnd_grants_pkg.update_grant for dists'
1040: || ' Status ' || x_return_status);
1041: END IF;
1042:
1043: IF x_return_status <> 'T'