DBA Data[Home] [Help]

APPS.PSB_WS_POS1 dependencies on FND_GLOBAL

Line 1336: l_userid := FND_GLOBAL.USER_ID;

1332: then
1333: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1334: end if;
1335:
1336: l_userid := FND_GLOBAL.USER_ID;
1337: l_loginid := FND_GLOBAL.LOGIN_ID;
1338:
1339: if g_global_worksheet_id is null then
1340: begin

Line 1337: l_loginid := FND_GLOBAL.LOGIN_ID;

1333: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1334: end if;
1335:
1336: l_userid := FND_GLOBAL.USER_ID;
1337: l_loginid := FND_GLOBAL.LOGIN_ID;
1338:
1339: if g_global_worksheet_id is null then
1340: begin
1341:

Line 1574: l_userid := FND_GLOBAL.USER_ID;

1570: then
1571: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1572: end if;
1573:
1574: l_userid := FND_GLOBAL.USER_ID;
1575: l_loginid := FND_GLOBAL.LOGIN_ID;
1576:
1577: update PSB_WS_LINES_POSITIONS
1578: set freeze_flag = decode(p_freeze_flag, FND_API.G_FALSE, null, FND_API.G_TRUE, 'Y', p_freeze_flag),

Line 1575: l_loginid := FND_GLOBAL.LOGIN_ID;

1571: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1572: end if;
1573:
1574: l_userid := FND_GLOBAL.USER_ID;
1575: l_loginid := FND_GLOBAL.LOGIN_ID;
1576:
1577: update PSB_WS_LINES_POSITIONS
1578: set freeze_flag = decode(p_freeze_flag, FND_API.G_FALSE, null, FND_API.G_TRUE, 'Y', p_freeze_flag),
1579: view_line_flag = decode(p_view_line_flag, FND_API.G_TRUE, 'Y', FND_API.G_FALSE, null, p_view_line_flag),

Line 1727: l_userid := FND_GLOBAL.USER_ID;

1723: then
1724: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1725: end if;
1726:
1727: l_userid := FND_GLOBAL.USER_ID;
1728: l_loginid := FND_GLOBAL.LOGIN_ID;
1729:
1730: --Total cost would be the sum of all the periods
1731: /*For Bug No : 2811698 Start*/

Line 1728: l_loginid := FND_GLOBAL.LOGIN_ID;

1724: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1725: end if;
1726:
1727: l_userid := FND_GLOBAL.USER_ID;
1728: l_loginid := FND_GLOBAL.LOGIN_ID;
1729:
1730: --Total cost would be the sum of all the periods
1731: /*For Bug No : 2811698 Start*/
1732: for l_index in 1..PSB_WS_ACCT1.g_max_num_amounts loop

Line 2476: l_userid := FND_GLOBAL.USER_ID;

2472: (l_start_stage_seq = l_current_stage_seq)) then
2473: l_new_stage := FND_API.G_FALSE;
2474: end if;
2475:
2476: l_userid := FND_GLOBAL.USER_ID;
2477: l_loginid := FND_GLOBAL.LOGIN_ID;
2478:
2479: if ((FND_API.to_Boolean(p_check_stages)) and
2480: (FND_API.to_Boolean(l_new_stage)) and

Line 2477: l_loginid := FND_GLOBAL.LOGIN_ID;

2473: l_new_stage := FND_API.G_FALSE;
2474: end if;
2475:
2476: l_userid := FND_GLOBAL.USER_ID;
2477: l_loginid := FND_GLOBAL.LOGIN_ID;
2478:
2479: if ((FND_API.to_Boolean(p_check_stages)) and
2480: (FND_API.to_Boolean(l_new_stage)) and
2481: (l_start_stage_seq < l_current_stage_seq)) then

Line 3649: l_userid := FND_GLOBAL.USER_ID;

3645: then
3646: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3647: end if;
3648:
3649: l_userid := FND_GLOBAL.USER_ID;
3650: l_loginid := FND_GLOBAL.LOGIN_ID;
3651:
3652: if p_start_stage_seq = FND_API.G_MISS_NUM then
3653: l_start_stage_seq := p_current_stage_seq;

Line 3650: l_loginid := FND_GLOBAL.LOGIN_ID;

3646: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3647: end if;
3648:
3649: l_userid := FND_GLOBAL.USER_ID;
3650: l_loginid := FND_GLOBAL.LOGIN_ID;
3651:
3652: if p_start_stage_seq = FND_API.G_MISS_NUM then
3653: l_start_stage_seq := p_current_stage_seq;
3654: else

Line 3936: l_userid := FND_GLOBAL.USER_ID;

3932: (l_start_stage_seq = l_current_stage_seq)) then
3933: l_new_stage := FND_API.G_FALSE;
3934: end if;
3935:
3936: l_userid := FND_GLOBAL.USER_ID;
3937: l_loginid := FND_GLOBAL.LOGIN_ID;
3938:
3939: if ((FND_API.to_Boolean(p_check_stages)) and
3940: (FND_API.to_Boolean(l_new_stage)) and

Line 3937: l_loginid := FND_GLOBAL.LOGIN_ID;

3933: l_new_stage := FND_API.G_FALSE;
3934: end if;
3935:
3936: l_userid := FND_GLOBAL.USER_ID;
3937: l_loginid := FND_GLOBAL.LOGIN_ID;
3938:
3939: if ((FND_API.to_Boolean(p_check_stages)) and
3940: (FND_API.to_Boolean(l_new_stage)) and
3941: (l_start_stage_seq < l_current_stage_seq)) then