DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on FND_FILE

Line 2651: fnd_file.put_line

2647: IF (g_fnd_log_option = 'Y')
2648: THEN
2649: fnd_message.set_encoded (l_msg_data);
2650: l_msg_data := fnd_message.get;
2651: fnd_file.put_line
2652: (fnd_file.LOG,
2653: '(okc_contract_pub).create_contract_header '
2654: || l_msg_data
2655: );

Line 2652: (fnd_file.LOG,

2648: THEN
2649: fnd_message.set_encoded (l_msg_data);
2650: l_msg_data := fnd_message.get;
2651: fnd_file.put_line
2652: (fnd_file.LOG,
2653: '(okc_contract_pub).create_contract_header '
2654: || l_msg_data
2655: );
2656: END IF;

Line 2702: fnd_file.put_line

2698:
2699: IF (g_fnd_log_option = 'Y') THEN
2700: fnd_message.set_encoded (l_msg_data);
2701: l_msg_data := fnd_message.get;
2702: fnd_file.put_line
2703: (fnd_file.LOG,
2704: 'get_cc_trxn for header'
2705: || l_msg_data
2706: );

Line 2703: (fnd_file.LOG,

2699: IF (g_fnd_log_option = 'Y') THEN
2700: fnd_message.set_encoded (l_msg_data);
2701: l_msg_data := fnd_message.get;
2702: fnd_file.put_line
2703: (fnd_file.LOG,
2704: 'get_cc_trxn for header'
2705: || l_msg_data
2706: );
2707: END IF;

Line 2934: fnd_file.put_line

2930: IF (g_fnd_log_option = 'Y')
2931: THEN
2932: fnd_message.set_encoded (l_msg_data);
2933: l_msg_data := fnd_message.get;
2934: fnd_file.put_line
2935: (fnd_file.LOG,
2936: '(oks_contract_hdr_pub).create_header '
2937: || l_msg_data
2938: );

Line 2935: (fnd_file.LOG,

2931: THEN
2932: fnd_message.set_encoded (l_msg_data);
2933: l_msg_data := fnd_message.get;
2934: fnd_file.put_line
2935: (fnd_file.LOG,
2936: '(oks_contract_hdr_pub).create_header '
2937: || l_msg_data
2938: );
2939: END IF;

Line 4173: fnd_file.put_line

4169: IF (g_fnd_log_option = 'Y')
4170: THEN
4171: fnd_message.set_encoded (l_msg_data);
4172: l_msg_data := fnd_message.get;
4173: fnd_file.put_line
4174: (fnd_file.LOG,
4175: '(okc_contract_pub).create_contract_line '
4176: || l_msg_data
4177: );

Line 4174: (fnd_file.LOG,

4170: THEN
4171: fnd_message.set_encoded (l_msg_data);
4172: l_msg_data := fnd_message.get;
4173: fnd_file.put_line
4174: (fnd_file.LOG,
4175: '(okc_contract_pub).create_contract_line '
4176: || l_msg_data
4177: );
4178: END IF;

Line 4234: fnd_file.put_line

4230:
4231: IF (g_fnd_log_option = 'Y') THEN
4232: fnd_message.set_encoded (l_msg_data);
4233: l_msg_data := fnd_message.get;
4234: fnd_file.put_line
4235: (fnd_file.LOG,
4236: 'get_cc_trxn for line'
4237: || l_msg_data
4238: );

Line 4235: (fnd_file.LOG,

4231: IF (g_fnd_log_option = 'Y') THEN
4232: fnd_message.set_encoded (l_msg_data);
4233: l_msg_data := fnd_message.get;
4234: fnd_file.put_line
4235: (fnd_file.LOG,
4236: 'get_cc_trxn for line'
4237: || l_msg_data
4238: );
4239: END IF;

Line 4359: fnd_file.put_line

4355: IF (g_fnd_log_option = 'Y')
4356: THEN
4357: fnd_message.set_encoded (l_msg_data);
4358: l_msg_data := fnd_message.get;
4359: fnd_file.put_line
4360: (fnd_file.LOG,
4361: '(oks_contract_line_pub).create_line '
4362: || l_msg_data
4363: );

Line 4360: (fnd_file.LOG,

4356: THEN
4357: fnd_message.set_encoded (l_msg_data);
4358: l_msg_data := fnd_message.get;
4359: fnd_file.put_line
4360: (fnd_file.LOG,
4361: '(oks_contract_line_pub).create_line '
4362: || l_msg_data
4363: );
4364: END IF;

Line 5178: fnd_file.put_line

5174: IF (g_fnd_log_option = 'Y')
5175: THEN
5176: fnd_message.set_encoded (l_msg_data);
5177: l_msg_data := fnd_message.get;
5178: fnd_file.put_line
5179: (fnd_file.LOG,
5180: '(OKC_CONTRACT_PUB).CREATE_CONTRACT_LINE '
5181: || l_msg_data
5182: );

Line 5179: (fnd_file.LOG,

5175: THEN
5176: fnd_message.set_encoded (l_msg_data);
5177: l_msg_data := fnd_message.get;
5178: fnd_file.put_line
5179: (fnd_file.LOG,
5180: '(OKC_CONTRACT_PUB).CREATE_CONTRACT_LINE '
5181: || l_msg_data
5182: );
5183: END IF;

Line 5306: fnd_file.put_line

5302: IF (g_fnd_log_option = 'Y')
5303: THEN
5304: fnd_message.set_encoded (l_msg_data);
5305: l_msg_data := fnd_message.get;
5306: fnd_file.put_line
5307: (fnd_file.LOG,
5308: '(OKS_CONTRACT_LINE_PUB).CREATE_LINE '
5309: || l_msg_data
5310: );

Line 5307: (fnd_file.LOG,

5303: THEN
5304: fnd_message.set_encoded (l_msg_data);
5305: l_msg_data := fnd_message.get;
5306: fnd_file.put_line
5307: (fnd_file.LOG,
5308: '(OKS_CONTRACT_LINE_PUB).CREATE_LINE '
5309: || l_msg_data
5310: );
5311: END IF;

Line 10723: FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );

10719: P_LINE_ID => p_line_id ,
10720: X_RETURN_STATUS => l_return_status
10721: );
10722: If(G_FND_LOG_OPTION = 'Y') Then
10723: FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );
10724: OKS_RENEW_PVT.DEBUG_LOG( 'OKS_EXTWARPRGM_PVT.CREATE_K_SYSTEM_TRF :: CREATE_BCL_FOR_OM '|| l_return_status);
10725: End if;
10726:
10727: If Not l_return_status = 'S' then

Line 10743: -- FND_FILE.PUT_LINE( fnd_file.LOG, 'IBNEW :- Update_OM_SLL_Date ' || l_return_status );

10739: x_msg_count => x_msg_count,
10740: x_msg_data => x_msg_data
10741: );
10742:
10743: -- FND_FILE.PUT_LINE( fnd_file.LOG, 'IBNEW :- Update_OM_SLL_Date ' || l_return_status );
10744: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level
10745: )
10746: THEN
10747: fnd_log.STRING

Line 10794: -- FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );

10790: (
10791: P_LINE_ID => p_line_id ,
10792: X_RETURN_STATUS => l_return_status
10793: );
10794: -- FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );
10795: If(G_FND_LOG_OPTION = 'Y') Then
10796: OKS_RENEW_PVT.DEBUG_LOG( 'OKS_EXTWARPRGM_PVT.CREATE_K_SYSTEM_TRF :: CREATE_BCL_FOR_OM '|| l_return_status);
10797: End if;
10798: If Not l_return_status = 'S' then