DBA Data[Home] [Help]

APPS.POS_VENDOR_PUB_PKG dependencies on STANDARD

Line 3172: -- current performance coding standard.

3168: -- original EGO API they are defined as having DEFAULT fnd_api.g_false.
3169: -- This can be finessed as memory is allocated for each even if
3170: -- user skips them. Now changed to DEFAULT NULL, retaining the same
3171: -- default semantics by NVL in the body. This is done according to
3172: -- current performance coding standard.
3173: --
3174: -- p_init_error_handler IN VARCHAR2 DEFAULT NULL,
3175: -- p_write_to_concurrent_log IN VARCHAR2 DEFAULT NULL,
3176: -- p_init_fnd_msg_list IN VARCHAR2 DEFAULT NULL,

Line 3311: -- current performance coding standard.

3307: -- original EGO API they are defined as having DEFAULT fnd_api.g_false.
3308: -- This can be finessed as memory is allocated for each even if
3309: -- user skips them. Now changed to DEFAULT NULL, retaining the same
3310: -- default semantics by NVL in the body. This is done according to
3311: -- current performance coding standard.
3312: --
3313: -- p_init_error_handler IN VARCHAR2 DEFAULT NULL,
3314: -- p_init_fnd_msg_list IN VARCHAR2 DEFAULT NULL,
3315: -- p_add_errors_to_fnd_stack IN VARCHAR2 DEFAULT NULL,