DBA Data[Home] [Help]

APPS.OKC_UTIL dependencies on STANDARD

Line 54: --p_api_version: standard input parameter for the API version

50: ----------------------------------------------------------------------------
51: --Function to decide to a descriptive flexfield should be displayed
52: --It will return 'Y' if at least one of the DFF segment is both enabled and displayed
53: --It will return 'N' otherwise
54: --p_api_version: standard input parameter for the API version
55: --p_init_msg_list: standard input parameter for initialize message or not, defaulted to False
56: --p_application_short_name: the three letter application short name, e.g. 'OKC'
57: --p_dff_name: the name of the descriptive flexfield, e.g., 'DELIVERABLES_FLEX'
58: ----------------------------------------------------------------------------

Line 55: --p_init_msg_list: standard input parameter for initialize message or not, defaulted to False

51: --Function to decide to a descriptive flexfield should be displayed
52: --It will return 'Y' if at least one of the DFF segment is both enabled and displayed
53: --It will return 'N' otherwise
54: --p_api_version: standard input parameter for the API version
55: --p_init_msg_list: standard input parameter for initialize message or not, defaulted to False
56: --p_application_short_name: the three letter application short name, e.g. 'OKC'
57: --p_dff_name: the name of the descriptive flexfield, e.g., 'DELIVERABLES_FLEX'
58: ----------------------------------------------------------------------------
59:

Line 3002: -- Purpose: print the standard header for trace files

2998: END print_output;
2999:
3000: -------------------------------------------------------------------------------
3001: -- Procedure: print_trace_header
3002: -- Purpose: print the standard header for trace files
3003: --
3004: -- In Parameters:
3005: -- Out Parameters:
3006: --

Line 3030: -- Purpose: print the standard footer for trace files

3026: END print_trace_header;
3027:
3028: -------------------------------------------------------------------------------
3029: -- Procedure: print_trace_footer
3030: -- Purpose: print the standard footer for trace files
3031: --
3032: -- In Parameters:
3033: -- Out Parameters:
3034: --