DBA Data[Home] [Help]

APPS.OKS_CDT_PVT dependencies on OKC_DEBUG

Line 815: okc_debug.Set_Indentation('OKC_CHR_PVT');

811: and enabled_flag = 'Y';
812: Begin
813:
814: IF (l_debug = 'Y') THEN
815: okc_debug.Set_Indentation('OKC_CHR_PVT');
816: okc_debug.log('500: Entered validate_currency_code', 2);
817: END IF;
818:
819: -- initialize return status

Line 816: okc_debug.log('500: Entered validate_currency_code', 2);

812: Begin
813:
814: IF (l_debug = 'Y') THEN
815: okc_debug.Set_Indentation('OKC_CHR_PVT');
816: okc_debug.log('500: Entered validate_currency_code', 2);
817: END IF;
818:
819: -- initialize return status
820: x_return_status := OKC_API.G_RET_STS_SUCCESS;

Line 854: okc_debug.log('600: Exiting validate_currency_code', 2);

850: -- notify caller of an error
851: x_return_status := OKC_API.G_RET_STS_ERROR;
852: End If;
853: IF (l_debug = 'Y') THEN
854: okc_debug.log('600: Exiting validate_currency_code', 2);
855: okc_debug.Reset_Indentation;
856: END IF;
857:
858: END IF;

Line 855: okc_debug.Reset_Indentation;

851: x_return_status := OKC_API.G_RET_STS_ERROR;
852: End If;
853: IF (l_debug = 'Y') THEN
854: okc_debug.log('600: Exiting validate_currency_code', 2);
855: okc_debug.Reset_Indentation;
856: END IF;
857:
858: END IF;
859: exception

Line 863: okc_debug.log('700: Exiting validate_currency_code:G_EXCEPTION_HALT_VALIDATION Exception', 2);

859: exception
860: when G_EXCEPTION_HALT_VALIDATION then
861:
862: IF (l_debug = 'Y') THEN
863: okc_debug.log('700: Exiting validate_currency_code:G_EXCEPTION_HALT_VALIDATION Exception', 2);
864: okc_debug.Reset_Indentation;
865: END IF;
866:
867: -- no processing necessary; validation can continue with next column

Line 864: okc_debug.Reset_Indentation;

860: when G_EXCEPTION_HALT_VALIDATION then
861:
862: IF (l_debug = 'Y') THEN
863: okc_debug.log('700: Exiting validate_currency_code:G_EXCEPTION_HALT_VALIDATION Exception', 2);
864: okc_debug.Reset_Indentation;
865: END IF;
866:
867: -- no processing necessary; validation can continue with next column
868: null;

Line 873: okc_debug.log('800: Exiting validate_currency_code:OTHERS Exception', 2);

869:
870: when OTHERS then
871:
872: IF (l_debug = 'Y') THEN
873: okc_debug.log('800: Exiting validate_currency_code:OTHERS Exception', 2);
874: okc_debug.Reset_Indentation;
875: END IF;
876:
877: -- store SQL error message on message stack

Line 874: okc_debug.Reset_Indentation;

870: when OTHERS then
871:
872: IF (l_debug = 'Y') THEN
873: okc_debug.log('800: Exiting validate_currency_code:OTHERS Exception', 2);
874: okc_debug.Reset_Indentation;
875: END IF;
876:
877: -- store SQL error message on message stack
878: OKC_API.SET_MESSAGE(p_app_name => g_app_name,

Line 921: okc_debug.Set_Indentation('OKC_CHR_PVT');

917: and enabled_flag = 'Y';
918: Begin
919:
920: IF (l_debug = 'Y') THEN
921: okc_debug.Set_Indentation('OKC_CHR_PVT');
922: okc_debug.log('500: Entered validate_approval_type', 2);
923: END IF;
924:
925: -- initialize return status

Line 922: okc_debug.log('500: Entered validate_approval_type', 2);

918: Begin
919:
920: IF (l_debug = 'Y') THEN
921: okc_debug.Set_Indentation('OKC_CHR_PVT');
922: okc_debug.log('500: Entered validate_approval_type', 2);
923: END IF;
924:
925: -- initialize return status
926: x_return_status := OKC_API.G_RET_STS_SUCCESS;

Line 949: okc_debug.log('600: Exiting validate_approval_type', 2);

945: -- notify caller of an error
946: x_return_status := OKC_API.G_RET_STS_ERROR;
947: End If;
948: IF (l_debug = 'Y') THEN
949: okc_debug.log('600: Exiting validate_approval_type', 2);
950: okc_debug.Reset_Indentation;
951: END IF;
952: End If;
953:

Line 950: okc_debug.Reset_Indentation;

946: x_return_status := OKC_API.G_RET_STS_ERROR;
947: End If;
948: IF (l_debug = 'Y') THEN
949: okc_debug.log('600: Exiting validate_approval_type', 2);
950: okc_debug.Reset_Indentation;
951: END IF;
952: End If;
953:
954: exception

Line 958: okc_debug.log('700: Exiting validate_approval_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);

954: exception
955: when G_EXCEPTION_HALT_VALIDATION then
956:
957: IF (l_debug = 'Y') THEN
958: okc_debug.log('700: Exiting validate_approval_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);
959: okc_debug.Reset_Indentation;
960: END IF;
961:
962: -- no processing necessary; validation can continue with next column

Line 959: okc_debug.Reset_Indentation;

955: when G_EXCEPTION_HALT_VALIDATION then
956:
957: IF (l_debug = 'Y') THEN
958: okc_debug.log('700: Exiting validate_approval_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);
959: okc_debug.Reset_Indentation;
960: END IF;
961:
962: -- no processing necessary; validation can continue with next column
963: null;

Line 968: okc_debug.log('800: Exiting validate_approval_type:OTHERS Exception', 2);

964:
965: when OTHERS then
966:
967: IF (l_debug = 'Y') THEN
968: okc_debug.log('800: Exiting validate_approval_type:OTHERS Exception', 2);
969: okc_debug.Reset_Indentation;
970: END IF;
971:
972: -- store SQL error message on message stack

Line 969: okc_debug.Reset_Indentation;

965: when OTHERS then
966:
967: IF (l_debug = 'Y') THEN
968: okc_debug.log('800: Exiting validate_approval_type:OTHERS Exception', 2);
969: okc_debug.Reset_Indentation;
970: END IF;
971:
972: -- store SQL error message on message stack
973: OKC_API.SET_MESSAGE(p_app_name => g_app_name,

Line 1015: okc_debug.Set_Indentation('OKC_CHR_PVT');

1011: and enabled_flag = 'Y';
1012: Begin
1013:
1014: IF (l_debug = 'Y') THEN
1015: okc_debug.Set_Indentation('OKC_CHR_PVT');
1016: okc_debug.log('500: Entered validate_approval_type', 2);
1017: END IF;
1018:
1019: -- initialize return status

Line 1016: okc_debug.log('500: Entered validate_approval_type', 2);

1012: Begin
1013:
1014: IF (l_debug = 'Y') THEN
1015: okc_debug.Set_Indentation('OKC_CHR_PVT');
1016: okc_debug.log('500: Entered validate_approval_type', 2);
1017: END IF;
1018:
1019: -- initialize return status
1020: x_return_status := OKC_API.G_RET_STS_SUCCESS;

Line 1043: okc_debug.log('600: Exiting val_evergreen_appl_type', 2);

1039: -- notify caller of an error
1040: x_return_status := OKC_API.G_RET_STS_ERROR;
1041: End If;
1042: IF (l_debug = 'Y') THEN
1043: okc_debug.log('600: Exiting val_evergreen_appl_type', 2);
1044: okc_debug.Reset_Indentation;
1045: END IF;
1046: End If;
1047:

Line 1044: okc_debug.Reset_Indentation;

1040: x_return_status := OKC_API.G_RET_STS_ERROR;
1041: End If;
1042: IF (l_debug = 'Y') THEN
1043: okc_debug.log('600: Exiting val_evergreen_appl_type', 2);
1044: okc_debug.Reset_Indentation;
1045: END IF;
1046: End If;
1047:
1048: exception

Line 1052: okc_debug.log('700: Exiting val_evergreen_appl_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);

1048: exception
1049: when G_EXCEPTION_HALT_VALIDATION then
1050:
1051: IF (l_debug = 'Y') THEN
1052: okc_debug.log('700: Exiting val_evergreen_appl_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);
1053: okc_debug.Reset_Indentation;
1054: END IF;
1055:
1056: -- no processing necessary; validation can continue with next column

Line 1053: okc_debug.Reset_Indentation;

1049: when G_EXCEPTION_HALT_VALIDATION then
1050:
1051: IF (l_debug = 'Y') THEN
1052: okc_debug.log('700: Exiting val_evergreen_appl_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);
1053: okc_debug.Reset_Indentation;
1054: END IF;
1055:
1056: -- no processing necessary; validation can continue with next column
1057: null;

Line 1062: okc_debug.log('800: Exiting val_evergreen_appl_type:OTHERS Exception', 2);

1058:
1059: when OTHERS then
1060:
1061: IF (l_debug = 'Y') THEN
1062: okc_debug.log('800: Exiting val_evergreen_appl_type:OTHERS Exception', 2);
1063: okc_debug.Reset_Indentation;
1064: END IF;
1065:
1066: -- store SQL error message on message stack

Line 1063: okc_debug.Reset_Indentation;

1059: when OTHERS then
1060:
1061: IF (l_debug = 'Y') THEN
1062: okc_debug.log('800: Exiting val_evergreen_appl_type:OTHERS Exception', 2);
1063: okc_debug.Reset_Indentation;
1064: END IF;
1065:
1066: -- store SQL error message on message stack
1067: OKC_API.SET_MESSAGE(p_app_name => g_app_name,

Line 1109: okc_debug.Set_Indentation('OKS_RCD_PVT');

1105: and enabled_flag = 'Y';
1106: Begin
1107:
1108: IF (l_debug = 'Y') THEN
1109: okc_debug.Set_Indentation('OKS_RCD_PVT');
1110: okc_debug.log('500: Entered validate_online_approval_type', 2);
1111: END IF;
1112:
1113: -- initialize return status

Line 1110: okc_debug.log('500: Entered validate_online_approval_type', 2);

1106: Begin
1107:
1108: IF (l_debug = 'Y') THEN
1109: okc_debug.Set_Indentation('OKS_RCD_PVT');
1110: okc_debug.log('500: Entered validate_online_approval_type', 2);
1111: END IF;
1112:
1113: -- initialize return status
1114: x_return_status := OKC_API.G_RET_STS_SUCCESS;

Line 1137: okc_debug.log('600: Exiting validate_online_approval_type', 2);

1133: -- notify caller of an error
1134: x_return_status := OKC_API.G_RET_STS_ERROR;
1135: End If;
1136: IF (l_debug = 'Y') THEN
1137: okc_debug.log('600: Exiting validate_online_approval_type', 2);
1138: okc_debug.Reset_Indentation;
1139: END IF;
1140: End If;
1141:

Line 1138: okc_debug.Reset_Indentation;

1134: x_return_status := OKC_API.G_RET_STS_ERROR;
1135: End If;
1136: IF (l_debug = 'Y') THEN
1137: okc_debug.log('600: Exiting validate_online_approval_type', 2);
1138: okc_debug.Reset_Indentation;
1139: END IF;
1140: End If;
1141:
1142: exception

Line 1146: okc_debug.log('700: Exiting validate_approval_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);

1142: exception
1143: when G_EXCEPTION_HALT_VALIDATION then
1144:
1145: IF (l_debug = 'Y') THEN
1146: okc_debug.log('700: Exiting validate_approval_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);
1147: okc_debug.Reset_Indentation;
1148: END IF;
1149:
1150: -- no processing necessary; validation can continue with next column

Line 1147: okc_debug.Reset_Indentation;

1143: when G_EXCEPTION_HALT_VALIDATION then
1144:
1145: IF (l_debug = 'Y') THEN
1146: okc_debug.log('700: Exiting validate_approval_type:G_EXCEPTION_HALT_VALIDATION Exception', 2);
1147: okc_debug.Reset_Indentation;
1148: END IF;
1149:
1150: -- no processing necessary; validation can continue with next column
1151: null;

Line 1156: okc_debug.log('800: Exiting validate_approval_type:OTHERS Exception', 2);

1152:
1153: when OTHERS then
1154:
1155: IF (l_debug = 'Y') THEN
1156: okc_debug.log('800: Exiting validate_approval_type:OTHERS Exception', 2);
1157: okc_debug.Reset_Indentation;
1158: END IF;
1159:
1160: -- store SQL error message on message stack

Line 1157: okc_debug.Reset_Indentation;

1153: when OTHERS then
1154:
1155: IF (l_debug = 'Y') THEN
1156: okc_debug.log('800: Exiting validate_approval_type:OTHERS Exception', 2);
1157: okc_debug.Reset_Indentation;
1158: END IF;
1159:
1160: -- store SQL error message on message stack
1161: OKC_API.SET_MESSAGE(p_app_name => g_app_name,