DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS dependencies on HR_API_MODULES

Line 1542: -- HR_API_MODULES table.

1538: -- p_data_within_business_group Yes varchar2 Indicates if the data for
1539: -- this module is held within
1540: -- the context of a
1541: -- business_group_id. From the
1542: -- HR_API_MODULES table.
1543: -- p_number_of_parameters Yes number The number of parameters to
1544: -- the hook package procedure.
1545: -- p_hook_parameter_names Yes Table When the number of hook
1546: -- procedure parameters is

Line 2075: -- HR_API_MODULES table.

2071: -- p_legislation_function Yes varchar2 The legislation_function as
2072: -- specified in the HR_API_HOOKS
2073: -- table.
2074: -- p_module_name Yes varchar2 API Module name from the
2075: -- HR_API_MODULES table.
2076: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2077: -- this module is held within
2078: -- the context of a
2079: -- business_group_id. From the

Line 2080: -- HR_API_MODULES table.

2076: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2077: -- this module is held within
2078: -- the context of a
2079: -- business_group_id. From the
2080: -- HR_API_MODULES table.
2081: -- p_number_of_parameters Yes number The number of parameters to
2082: -- the hook package procedure.
2083: -- p_hook_parameter_names Yes Table When the number of hook
2084: -- procedure parameters is

Line 2165: , hr_api_modules amk

2161: cursor csr_ap_leg_call_exist is
2162: select 1
2163: from hr_api_hook_calls ahc
2164: , hr_api_hooks ahk_ap
2165: , hr_api_modules amk
2166: , hr_api_hooks ahk_bp
2167: where ahc.enabled_flag = 'Y'
2168: and ahc.legislation_code is not null
2169: and ahc.api_hook_id = ahk_ap.api_hook_id

Line 2837: -- HR_API_MODULES table.

2833: -- p_legislation_function Yes varchar2 The legislation_function as
2834: -- specified in the HR_API_HOOKS
2835: -- table.
2836: -- p_module_name Yes varchar2 API Module name from the
2837: -- HR_API_MODULES table.
2838: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2839: -- this module is held within
2840: -- the context of a
2841: -- business_group_id. From the

Line 2842: -- HR_API_MODULES table.

2838: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2839: -- this module is held within
2840: -- the context of a
2841: -- business_group_id. From the
2842: -- HR_API_MODULES table.
2843: --
2844: -- Post Success:
2845: -- Creates source code for the hook procedure in the source store.
2846: --

Line 2988: from hr_api_modules amd

2984: , ahk.legislation_package
2985: , ahk.legislation_function
2986: , amd.module_name
2987: , amd.data_within_business_group
2988: from hr_api_modules amd
2989: , hr_api_hooks ahk
2990: where amd.api_module_id = ahk.api_module_id
2991: and ahk.hook_package = p_hook_package;
2992: --