DBA Data[Home] [Help]

APPS.WIP_PROD_INDICATORS dependencies on FND_GLOBAL

Line 233: x_userid := fnd_global.user_id ;

229:
230:
231: if p_userid is null then
232: -- This is an Error Condition
233: x_userid := fnd_global.user_id ;
234: else
235: x_userid := p_userid ;
236: end if;
237:

Line 247: x_appl_id := fnd_global.prog_appl_id ;

243: END IF;
244:
245:
246: if p_applicationid is null then
247: x_appl_id := fnd_global.prog_appl_id ;
248: else
249: x_appl_id := p_applicationid ;
250: end if;
251:

Line 749: x_userid := fnd_global.user_id ;

745:
746: END IF;
747: if p_userid is null then
748: -- This is an Error Condition
749: x_userid := fnd_global.user_id ;
750: else
751: x_userid := p_userid ;
752: end if;
753:

Line 764: x_appl_id := fnd_global.prog_appl_id ;

760: END IF;
761:
762: if p_applicationid is null then
763: -- This is an Error Condition
764: x_appl_id := fnd_global.prog_appl_id ;
765: else
766: x_appl_id := p_applicationid ;
767: end if;
768:

Line 971: x_userid := fnd_global.user_id ;

967:
968: END IF;
969: if p_userid is null then
970: -- This is an Error Condition
971: x_userid := fnd_global.user_id ;
972: else
973: x_userid := p_userid ;
974: end if;
975:

Line 985: x_appl_id := fnd_global.prog_appl_id ;

981: END IF;
982:
983: if p_applicationid is null then
984: -- This is an Error Condition
985: x_appl_id := fnd_global.prog_appl_id ;
986: else
987: x_appl_id := p_applicationid ;
988: end if;
989:

Line 1484: x_userid := fnd_global.user_id ;

1480:
1481: END IF;
1482: if p_userid is null then
1483: -- This is an Error Condition
1484: x_userid := fnd_global.user_id ;
1485: else
1486: x_userid := p_userid ;
1487: end if;
1488:

Line 1499: x_appl_id := fnd_global.prog_appl_id ;

1495: END IF;
1496:
1497: if p_applicationid is null then
1498: -- This is an Error Condition
1499: x_appl_id := fnd_global.prog_appl_id ;
1500: else
1501: x_appl_id := p_applicationid ;
1502: end if;
1503:

Line 3798: x_userid := fnd_global.user_id ;

3794: */
3795:
3796: if p_userid is null then
3797: -- This is an Error Condition
3798: x_userid := fnd_global.user_id ;
3799: else
3800: x_userid := p_userid ;
3801: end if;
3802:

Line 3806: x_appl_id := fnd_global.prog_appl_id ;

3802:
3803:
3804: if p_applicationid is null then
3805: -- This is an Error Condition
3806: x_appl_id := fnd_global.prog_appl_id ;
3807: else
3808: x_appl_id := p_applicationid ;
3809: end if;
3810:

Line 4149: x_userid := fnd_global.user_id ;

4145:
4146: END IF;
4147: if p_userid is null then
4148: -- This is an Error Condition
4149: x_userid := fnd_global.user_id ;
4150: else
4151: x_userid := p_userid ;
4152: end if;
4153:

Line 4165: x_appl_id := fnd_global.prog_appl_id ;

4161:
4162:
4163: if p_applicationid is null then
4164: -- This is an Error Condition
4165: x_appl_id := fnd_global.prog_appl_id ;
4166: else
4167: x_appl_id := p_applicationid ;
4168: end if;
4169:

Line 4617: x_userid := fnd_global.user_id ;

4613:
4614: END IF;
4615: if p_userid is null then
4616: -- This is an Error Condition
4617: x_userid := fnd_global.user_id ;
4618: else
4619: x_userid := p_userid ;
4620: end if;
4621:

Line 4634: x_appl_id := fnd_global.prog_appl_id ;

4630:
4631:
4632: if p_applicationid is null then
4633: -- This is an Error Condition
4634: x_appl_id := fnd_global.prog_appl_id ;
4635: else
4636: x_appl_id := p_applicationid ;
4637: end if;
4638: