DBA Data[Home] [Help]

APPS.JG_GLOBE_UTIL_PKG dependencies on STANDARD

Line 79: IF p_document_type IN ('STANDARD', 'BLANKET')

75: DEBUG (l_org_id);
76:
77: IF jg_zz_shared_pkg.get_product (l_org_id, NULL) = 'JL'
78: THEN
79: IF p_document_type IN ('STANDARD', 'BLANKET')
80: AND p_level_type = 'LINE'
81: THEN
82: SELECT transaction_reason_code
83: INTO l_transaction_reason_code

Line 114: | Description This procedure will generate the standard debug |

110: /* ---------------------------------------------------------------------*
111: |Public Procedure |
112: | debug Write the text message in log file |
113: | if the debug is set "Yes". |
114: | Description This procedure will generate the standard debug |
115: | information in to the log file.User can open the |
116: | log file at specified location. |
117: | |
118: | Requires |