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 2190: pa_client_extn_cap_int.get_target_task

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

Line 2376: pa_client_extn_cap_int.calculate_cap_interest

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

Line 2409: pa_client_extn_cap_int.get_txn_attributes

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