DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 353: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))

349: select '1'
350: from fnd_currencies
351: where currency_code = p_currency_code
352: and ( ( enabled_flag = 'Y') or
353: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))
354: and currency_flag = 'Y'
355: and p_effective_date between nvl(start_date_active,p_effective_date)
356: and nvl(end_date_active,p_effective_date);
357:

Line 365: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))

361: select '1'
362: from fnd_currencies
363: where currency_code = p_currency_code
364: and ( ( enabled_flag = 'Y') or
365: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))
366: and currency_flag = 'Y';
367: --
368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);

Line 376: IF hr_startup_data_api_support.g_startup_mode IN ('STARTUP') THEN -- bug 11901831

372: fnd_message.set_name('PAY','PAY_34193_UOM_NOT_MONEY');
373: fnd_message.raise_error;
374: elsIf p_currency_code is not null then
375: --
376: IF hr_startup_data_api_support.g_startup_mode IN ('STARTUP') THEN -- bug 11901831
377: Open c_chk_currency_1;
378: Fetch c_chk_currency_1 into l_exists;
379: If c_chk_currency_1%notfound Then
380: --

Line 850: => hr_startup_data_api_support.g_startup_mode

846: ,p_business_group => p_business_group_id
847: ,p_legislation_code
848: => hr_api.return_legislation_code(p_business_group_id)
849: ,p_mode
850: => hr_startup_data_api_support.g_startup_mode
851: );
852: else
853: close feed_exists;
854: end if;

Line 1067: hr_startup_data_api_support.chk_startup_action

1063: -- Call the supporting procedure to check startup mode
1064: -- EDIT_HERE: The following call should be edited if certain types of rows
1065: -- are not permitted.
1066: IF (p_insert) THEN
1067: hr_startup_data_api_support.chk_startup_action
1068: (p_generic_allowed => FALSE
1069: ,p_startup_allowed => TRUE
1070: ,p_user_allowed => TRUE
1071: ,p_business_group_id => p_business_group_id

Line 1076: hr_startup_data_api_support.chk_upd_del_startup_action

1072: ,p_legislation_code => p_legislation_code
1073: ,p_legislation_subgroup => p_legislation_subgroup
1074: );
1075: ELSE
1076: hr_startup_data_api_support.chk_upd_del_startup_action
1077: (p_generic_allowed => FALSE
1078: ,p_startup_allowed => TRUE
1079: ,p_user_allowed => TRUE
1080: ,p_business_group_id => p_business_group_id

Line 1109: IF hr_startup_data_api_support.g_startup_mode

1105: chk_startup_action(true
1106: ,p_rec.business_group_id
1107: ,p_rec.legislation_code
1108: );
1109: IF hr_startup_data_api_support.g_startup_mode
1110: NOT IN ('GENERIC','STARTUP') THEN
1111: --
1112: -- Validate Important Attributes
1113: --

Line 1130: IF hr_startup_data_api_support.g_startup_mode

1126: --
1127: -- Validate Dependent Attributes
1128: --
1129: -- ----------------------------------------------------------------------------
1130: IF hr_startup_data_api_support.g_startup_mode
1131: IN ('STARTUP') and p_rec.legislation_code <> 'ZZ' THEN
1132:
1133: chk_legislation_code
1134: (p_legislation_code => p_rec.legislation_code);

Line 1238: IF hr_startup_data_api_support.g_startup_mode

1234: chk_startup_action(false
1235: ,p_rec.business_group_id
1236: ,p_rec.legislation_code
1237: );
1238: IF hr_startup_data_api_support.g_startup_mode
1239: NOT IN ('GENERIC','STARTUP') THEN
1240: --
1241: -- Validate Important Attributes
1242: --

Line 1366: IF hr_startup_data_api_support.g_startup_mode

1362: chk_startup_action(false
1363: ,pay_blt_shd.g_old_rec.business_group_id
1364: ,pay_blt_shd.g_old_rec.legislation_code
1365: );
1366: IF hr_startup_data_api_support.g_startup_mode
1367: NOT IN ('GENERIC','STARTUP') THEN
1368: --
1369: -- Validate Important Attributes
1370: --