DBA Data[Home] [Help]

APPS.POS_SBD_IBY_PKG dependencies on FND_API

Line 611: p_init_msg_list => fnd_api.g_true,

607: l_location_rec.created_by_module := 'POS_SUPPLIER_MGMT';
608: l_location_rec.application_id := 177;
609:
610: hz_location_v2pub.create_location (
611: p_init_msg_list => fnd_api.g_true,
612: p_location_rec => l_location_rec,
613: x_location_id => x_location_id,
614: x_return_status => x_status,
615: x_msg_count => l_msg_count,

Line 686: else l_location_rec.address2 := FND_API.G_MISS_CHAR;

682: l_location_rec.country := p_country;
683: l_location_rec.address1 := p_address1;
684:
685: if p_address2 is not null then l_location_rec.address2 := p_address2;
686: else l_location_rec.address2 := FND_API.G_MISS_CHAR;
687: end if;
688:
689: if p_address3 is not null then l_location_rec.address3 := p_address3;
690: else l_location_rec.address3 := FND_API.G_MISS_CHAR;

Line 690: else l_location_rec.address3 := FND_API.G_MISS_CHAR;

686: else l_location_rec.address2 := FND_API.G_MISS_CHAR;
687: end if;
688:
689: if p_address3 is not null then l_location_rec.address3 := p_address3;
690: else l_location_rec.address3 := FND_API.G_MISS_CHAR;
691: end if;
692:
693: if p_address4 is not null then l_location_rec.address4 := p_address4;
694: else l_location_rec.address4 := FND_API.G_MISS_CHAR;

Line 694: else l_location_rec.address4 := FND_API.G_MISS_CHAR;

690: else l_location_rec.address3 := FND_API.G_MISS_CHAR;
691: end if;
692:
693: if p_address4 is not null then l_location_rec.address4 := p_address4;
694: else l_location_rec.address4 := FND_API.G_MISS_CHAR;
695: end if;
696:
697: l_location_rec.city := p_city;
698: l_location_rec.postal_code := p_zip;

Line 701: else l_location_rec.state := FND_API.G_MISS_CHAR;

697: l_location_rec.city := p_city;
698: l_location_rec.postal_code := p_zip;
699:
700: if p_state is not null then l_location_rec.state := p_state;
701: else l_location_rec.state := FND_API.G_MISS_CHAR;
702: end if;
703:
704: if p_province is not null then l_location_rec.province := p_province;
705: else l_location_rec.province := FND_API.G_MISS_CHAR;

Line 705: else l_location_rec.province := FND_API.G_MISS_CHAR;

701: else l_location_rec.state := FND_API.G_MISS_CHAR;
702: end if;
703:
704: if p_province is not null then l_location_rec.province := p_province;
705: else l_location_rec.province := FND_API.G_MISS_CHAR;
706: end if;
707:
708: if p_county is not null then l_location_rec.county := p_county;
709: else l_location_rec.county := FND_API.G_MISS_CHAR;

Line 709: else l_location_rec.county := FND_API.G_MISS_CHAR;

705: else l_location_rec.province := FND_API.G_MISS_CHAR;
706: end if;
707:
708: if p_county is not null then l_location_rec.county := p_county;
709: else l_location_rec.county := FND_API.G_MISS_CHAR;
710: end if;
711:
712: l_location_rec.created_by_module := l_created_by_module;
713: l_location_rec.application_id := 177;

Line 715: p_init_msg_list => fnd_api.g_true,

711:
712: l_location_rec.created_by_module := l_created_by_module;
713: l_location_rec.application_id := 177;
714: hz_location_v2pub.update_location (
715: p_init_msg_list => fnd_api.g_true,
716: p_location_rec => l_location_rec,
717: p_object_version_number => l_obj_ver,
718: x_return_status => x_status,
719: x_msg_count => l_msg_count,

Line 932: l_create_flag := FND_API.G_TRUE;

928:
929: l_step := 7;
930:
931: if p_ext_bank_account_id is null then
932: l_create_flag := FND_API.G_TRUE;
933: else
934: l_create_flag := FND_API.G_FALSE;
935: end if;
936:

Line 934: l_create_flag := FND_API.G_FALSE;

930:
931: if p_ext_bank_account_id is null then
932: l_create_flag := FND_API.G_TRUE;
933: else
934: l_create_flag := FND_API.G_FALSE;
935: end if;
936:
937: IBY_EXT_BANKACCT_VALIDATIONS.iby_validate_account(
938: p_api_version => 1.0,

Line 939: p_init_msg_list => FND_API.G_TRUE,

935: end if;
936:
937: IBY_EXT_BANKACCT_VALIDATIONS.iby_validate_account(
938: p_api_version => 1.0,
939: p_init_msg_list => FND_API.G_TRUE,
940: p_create_flag => l_create_flag,
941: p_ext_bank_rec => l_ext_bank_rec,
942: p_ext_bank_branch_rec => l_ext_bank_branch_rec,
943: p_ext_bank_acct_rec => l_ext_bank_acct_rec,

Line 1124: p_init_msg_list => FND_API.G_FALSE,

1120: END IF;
1121:
1122: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(
1123: p_api_version => 1.0,
1124: p_init_msg_list => FND_API.G_FALSE,
1125: p_commit => FND_API.G_FALSE,
1126: x_return_status => x_status,
1127: x_msg_count => l_msg_count,
1128: x_msg_data => x_exception_msg,

Line 1125: p_commit => FND_API.G_FALSE,

1121:
1122: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(
1123: p_api_version => 1.0,
1124: p_init_msg_list => FND_API.G_FALSE,
1125: p_commit => FND_API.G_FALSE,
1126: x_return_status => x_status,
1127: x_msg_count => l_msg_count,
1128: x_msg_data => x_exception_msg,
1129: p_payee => l_payee_rec,

Line 1335: p_init_msg_list => FND_API.G_TRUE,

1331:
1332: -- Create a bank
1333: IBY_EXT_BANKACCT_PUB.create_ext_bank (
1334: p_api_version => 1.0,
1335: p_init_msg_list => FND_API.G_TRUE,
1336: p_ext_bank_rec => l_ext_bank_rec,
1337: x_bank_id => l_bank_id,
1338: x_return_status => x_status,
1339: x_msg_count => l_msg_count,

Line 1371: p_init_msg_list => FND_API.G_FALSE,

1367: l_party_site_rec.application_id := 177;
1368:
1369: hz_party_site_v2pub.create_party_site
1370: (
1371: p_init_msg_list => FND_API.G_FALSE,
1372: p_party_site_rec => l_party_site_rec,
1373: x_party_site_id => l_bank_party_site_id,
1374: x_party_site_number => l_bank_party_site_number,
1375: x_return_status => x_status,

Line 1416: p_init_msg_list => FND_API.G_TRUE,

1412: END IF;
1413:
1414: IBY_EXT_BANKACCT_PUB.create_ext_bank_branch (
1415: p_api_version => 1.0,
1416: p_init_msg_list => FND_API.G_TRUE,
1417: p_ext_bank_branch_rec => l_ext_bank_branch_rec,
1418: x_branch_id => l_branch_id,
1419: x_return_status => x_status,
1420: x_msg_count => l_msg_count,

Line 1452: p_init_msg_list => FND_API.G_FALSE,

1448: l_party_site_rec.application_id := 177;
1449:
1450: hz_party_site_v2pub.create_party_site
1451: (
1452: p_init_msg_list => FND_API.G_FALSE,
1453: p_party_site_rec => l_party_site_rec,
1454: x_party_site_id => l_branch_party_site_id,
1455: x_party_site_number => l_branch_party_site_number,
1456: x_return_status => x_status,

Line 1468: p_init_msg_list => FND_API.G_FALSE,

1464: -- Find out if it exists
1465: if l_ext_bank_account_id is null then
1466: IBY_EXT_BANKACCT_PUB.check_ext_acct_exist(
1467: p_api_version => 1.0,
1468: p_init_msg_list => FND_API.G_FALSE,
1469: p_bank_id => l_bank_id,
1470: p_branch_id => l_branch_id,
1471: p_acct_number => l_temp_account_rec.bank_account_num,
1472: p_acct_name => l_temp_account_rec.bank_account_name,

Line 1497: p_init_msg_list => FND_API.G_FALSE,

1493:
1494: if l_primary_owner_id <> l_temp_account_rec.ACCOUNT_OWNER_PARTY_ID then
1495: IBY_EXT_BANKACCT_PUB.add_joint_account_owner (
1496: p_api_version => 1.0,
1497: p_init_msg_list => FND_API.G_FALSE,
1498: p_bank_account_id => l_ext_bank_account_id,
1499: p_acct_owner_party_id => l_non_primary_owner_id,
1500: x_joint_acct_owner_id => l_joint_acct_owner_id,
1501: x_return_status => x_status,

Line 1600: p_init_msg_list => FND_API.G_TRUE,

1596: END IF;
1597:
1598: IBY_EXT_BANKACCT_PUB.create_ext_bank_acct (
1599: p_api_version => 1.0,
1600: p_init_msg_list => FND_API.G_TRUE,
1601: p_ext_bank_acct_rec => l_ext_bank_acct_rec,
1602: x_acct_id => l_ext_bank_account_id,
1603: x_return_status => x_status,
1604: x_msg_count => l_msg_count,

Line 1642: p_init_msg_list => FND_API.G_TRUE,

1638: l_ext_bank_acct_rec.object_version_number := l_cur_act_rec.object_version_number;
1639:
1640: IBY_EXT_BANKACCT_PUB.update_ext_bank_acct (
1641: p_api_version => 1.0,
1642: p_init_msg_list => FND_API.G_TRUE,
1643: p_ext_bank_acct_rec => l_ext_bank_acct_rec,
1644: x_return_status => x_status,
1645: x_msg_count => l_msg_count,
1646: x_msg_data => x_exception_msg,

Line 1921: p_init_msg_list => FND_API.G_FALSE,

1917: if l_bank_id is not null and l_branch_id is not null and
1918: p_EXT_BANK_ACCOUNT_ID is null and x_status = 'S' then
1919: IBY_EXT_BANKACCT_PUB.check_ext_acct_exist(
1920: p_api_version => 1.0,
1921: p_init_msg_list => FND_API.G_FALSE,
1922: p_bank_id => l_bank_id,
1923: p_branch_id => l_branch_id,
1924: p_acct_number => p_bank_account_number,
1925: p_acct_name => p_bank_account_name,