DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on PA_CLIENT_EXTN_CAP_INT

Line 736: pa_client_extn_cap_int.check_thresholds

732: ']Threshold Amt['||x_amt_threshold||']p_start_date['||p_start_date||']');
733: END IF;
734:
735: -- Call the client extension to reset the threshold values if desired
736: pa_client_extn_cap_int.check_thresholds
737: (p_project_id
738: ,p_task_id
739: ,p_rate_name
740: ,p_start_date

Line 2193: pa_client_extn_cap_int.get_target_task

2189: IF lv_bypass_task = 'N' AND x_return_status = 'S' THEN
2190: IF g_debug_mode = 'Y' THEN
2191: pa_debug.write_file('LOG','get target Task');
2192: End If;
2193: pa_client_extn_cap_int.get_target_task
2194: (ln_curr_task_id
2195: ,lv_curr_task_num
2196: ,g_rate_name
2197: ,ln_target_task_id

Line 2379: pa_client_extn_cap_int.calculate_cap_interest

2375: -- Perform a custom calculation if desired
2376: IF g_debug_mode = 'Y' THEN
2377: pa_debug.write_file('LOG','Calling Client Extn calculate_capInt');
2378: End if;
2379: pa_client_extn_cap_int.calculate_cap_interest
2380: (g_gl_period
2381: ,g_rate_name
2382: ,ln_curr_period_mult
2383: ,ln_period_mult

Line 2412: pa_client_extn_cap_int.get_txn_attributes

2408:
2409: ELSE
2410:
2411: -- Call the client extension to retrieve attribute values
2412: pa_client_extn_cap_int.get_txn_attributes
2413: (g_project_id
2414: ,ln_curr_task_id
2415: ,ln_target_task_id
2416: ,g_rate_name