DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS dependencies on HR_API_MODULES

Line 1549: -- HR_API_MODULES table.

1545: -- p_data_within_business_group Yes varchar2 Indicates if the data for
1546: -- this module is held within
1547: -- the context of a
1548: -- business_group_id. From the
1549: -- HR_API_MODULES table.
1550: -- p_number_of_parameters Yes number The number of parameters to
1551: -- the hook package procedure.
1552: -- p_hook_parameter_names Yes Table When the number of hook
1553: -- procedure parameters is

Line 2082: -- HR_API_MODULES table.

2078: -- p_legislation_function Yes varchar2 The legislation_function as
2079: -- specified in the HR_API_HOOKS
2080: -- table.
2081: -- p_module_name Yes varchar2 API Module name from the
2082: -- HR_API_MODULES table.
2083: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2084: -- this module is held within
2085: -- the context of a
2086: -- business_group_id. From the

Line 2087: -- HR_API_MODULES table.

2083: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2084: -- this module is held within
2085: -- the context of a
2086: -- business_group_id. From the
2087: -- HR_API_MODULES table.
2088: -- p_number_of_parameters Yes number The number of parameters to
2089: -- the hook package procedure.
2090: -- p_hook_parameter_names Yes Table When the number of hook
2091: -- procedure parameters is

Line 2172: , hr_api_modules amk

2168: cursor csr_ap_leg_call_exist is
2169: select 1
2170: from hr_api_hook_calls ahc
2171: , hr_api_hooks ahk_ap
2172: , hr_api_modules amk
2173: , hr_api_hooks ahk_bp
2174: where ahc.enabled_flag = 'Y'
2175: and ahc.legislation_code is not null
2176: and ahc.api_hook_id = ahk_ap.api_hook_id

Line 2847: -- HR_API_MODULES table.

2843: -- p_legislation_function Yes varchar2 The legislation_function as
2844: -- specified in the HR_API_HOOKS
2845: -- table.
2846: -- p_module_name Yes varchar2 API Module name from the
2847: -- HR_API_MODULES table.
2848: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2849: -- this module is held within
2850: -- the context of a
2851: -- business_group_id. From the

Line 2852: -- HR_API_MODULES table.

2848: -- p_data_within_business_group Yes varchar2 Indicates if the data for
2849: -- this module is held within
2850: -- the context of a
2851: -- business_group_id. From the
2852: -- HR_API_MODULES table.
2853: --
2854: -- Post Success:
2855: -- Creates source code for the hook procedure in the source store.
2856: --

Line 2998: from hr_api_modules amd

2994: , ahk.legislation_package
2995: , ahk.legislation_function
2996: , amd.module_name
2997: , amd.data_within_business_group
2998: from hr_api_modules amd
2999: , hr_api_hooks ahk
3000: where amd.api_module_id = ahk.api_module_id
3001: and ahk.hook_package = p_hook_package;
3002: --