DBA Data[Home] [Help]

APPS.ECE_TRADING_PARTNERS_PUB dependencies on EC_DEBUG

Line 750: ec_debug.pl(3,'v_pcode',v_pcode);

746: *********************************************************************/
747: xProgress := 'ADDRB-20-1070';
748: v_pcode := NVL(p_precedence_code,'0'); -- Default precedence is 0 if NULL is passed in...
749:
750: ec_debug.pl(3,'v_pcode',v_pcode);
751: -- bug3351412
752: IF (v_pcode <> '0' AND
753: v_pcode <> '1' AND v_pcode <> '2') THEN
754: xProgress := 'ADDRB-20-1080';

Line 2114: ec_debug.pl(0,'n_match_count',n_match_count);

2110: r_addr_rec.region_1,
2111: r_addr_rec.region_2,
2112: r_addr_rec.region_3) THEN
2113: n_match_count := n_match_count + 1;
2114: ec_debug.pl(0,'n_match_count',n_match_count);
2115:
2116: x_org_id_out := r_addr_rec.org_id;
2117: x_address_id_out := r_addr_rec.address_id;
2118: x_tp_location_code_out := r_addr_rec.tp_location_code;

Line 2306: ec_debug.pl(3,'Failed here ');

2302: -- No need to assign variables in this scenario. Correct values
2303: -- are already assigned above. However, the Address ID has to be
2304: -- removed since we got multiple matches.
2305: x_address_id_out := NULL;
2306: ec_debug.pl(3,'Failed here ');
2307: x_return_status := fnd_api.G_RET_STS_SUCCESS;
2308: x_status_code := G_CANNOT_DERIVE_ADDR_ID;
2309:
2310: GOTO l_end_of_program;