DBA Data[Home] [Help]

APPS.WIP_SFCB_UTILITIES dependencies on FND_GLOBAL

Line 869: x_userid := fnd_global.user_id ;

865: -- Defaulting the User Id, if it is not send in
866:
867: if p_userid is null then
868: -- This is an Error Condition
869: x_userid := fnd_global.user_id ;
870: else
871: x_userid := p_userid ;
872: end if;
873:

Line 878: x_appl_id := fnd_global.prog_appl_id ;

874: -- Defaulting the Application Id, if it is not send in
875:
876: if p_applicationid is null then
877: -- This is an Error Condition
878: x_appl_id := fnd_global.prog_appl_id ;
879: else
880: x_appl_id := p_applicationid ;
881: end if;
882:

Line 1317: x_userid := fnd_global.user_id ;

1313:
1314: -- Defaulting the User Id, if it is not send in
1315: if p_userid is null then
1316: -- This is an Error Condition
1317: x_userid := fnd_global.user_id ;
1318: else
1319: x_userid := p_userid ;
1320: end if;
1321:

Line 1325: x_appl_id := fnd_global.prog_appl_id ;

1321:
1322: -- Defaulting the Application Id, if it is not send in
1323: if p_applicationid is null then
1324: -- This is an Error Condition
1325: x_appl_id := fnd_global.prog_appl_id ;
1326: else
1327: x_appl_id := p_applicationid ;
1328: end if;
1329:

Line 2041: /* intialize time zone variables for workstation, TCF or fnd_global.initialize

2037: return to_char(diff * 24); -- return in hours
2038: END;
2039:
2040:
2041: /* intialize time zone variables for workstation, TCF or fnd_global.initialize
2042: is supposed to initialize these because it makes more sense. However,
2043: they are not going to make the changes very soon so we have to do it ourselves. */
2044:
2045: /* These code explicitly depends on fnd timezone patch. As a result, it cannot be