DBA Data[Home] [Help]

APPS.PSB_WS_POS_PVT dependencies on PSB_WS_ACCT1

Line 313: p_period_fte IN PSB_WS_ACCT1.g_prdamt_tbl_type

309: p_stage_set_id IN NUMBER,
310: p_start_stage_seq IN NUMBER := FND_API.G_MISS_NUM,
311: p_current_stage_seq IN NUMBER,
312: p_end_stage_seq IN NUMBER := FND_API.G_MISS_NUM,
313: p_period_fte IN PSB_WS_ACCT1.g_prdamt_tbl_type
314: ) IS
315:
316: l_api_name CONSTANT VARCHAR2(30) := 'Create_FTE_Lines';
317: l_api_version CONSTANT NUMBER := 1.0;

Line 427: p_period_fte IN PSB_WS_ACCT1.g_prdamt_tbl_type,

423: p_worksheet_id IN NUMBER,
424: p_fte_line_id IN NUMBER,
425: p_service_package_id IN NUMBER := FND_API.G_MISS_NUM,
426: p_current_stage_seq IN NUMBER := FND_API.G_MISS_NUM,
427: p_period_fte IN PSB_WS_ACCT1.g_prdamt_tbl_type,
428: p_budget_group_id IN NUMBER := FND_API.G_MISS_NUM
429: ) IS
430:
431: l_api_name CONSTANT VARCHAR2(30) := 'Create_FTE_Lines';

Line 1841: IF ( PSB_WS_ACCT1.g_soft_error_flag )

1837: p_parameter_id => p_parameter_id);
1838:
1839: -- Bug#4675858 Start
1840: -- Set CP status to warning if flag is true.
1841: IF ( PSB_WS_ACCT1.g_soft_error_flag )
1842: THEN
1843: --
1844: l_set_cp_status
1845: := FND_CONCURRENT.Set_Completion_Status

Line 1853: PSB_WS_ACCT1.g_soft_error_flag := FALSE ;

1849: --
1850: -- Reset the variable as it has to be checked
1851: -- by many packages.
1852: --
1853: PSB_WS_ACCT1.g_soft_error_flag := FALSE ;
1854: --
1855: END IF ;
1856: -- Bug#4675858 End
1857:

Line 1935: IF ( PSB_WS_ACCT1.g_soft_error_flag )

1931: p_parameter_id => p_parameter_id);
1932:
1933: -- Bug#4675858 Start
1934: -- Set CP status to warning if flag is true.
1935: IF ( PSB_WS_ACCT1.g_soft_error_flag )
1936: THEN
1937: --
1938: l_set_cp_status
1939: := FND_CONCURRENT.Set_Completion_Status

Line 1947: PSB_WS_ACCT1.g_soft_error_flag := FALSE ;

1943: --
1944: -- Reset the variable as it has to be checked
1945: -- by many packages.
1946: --
1947: PSB_WS_ACCT1.g_soft_error_flag := FALSE ;
1948: --
1949: END IF ;
1950: -- Bug#4675858 End
1951: